Subversion Repositories wimsdev

Rev

Rev 3265 | Rev 4328 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3265 Rev 4161
Line 2... Line 2...
2
!goto proc
2
!goto proc
3
!endif
3
!endif
4
slib_title=cumulative distribution function of Binomial law
-
 
-
 
4
 
5
slib_parms=3\
5
slib_parms=3\
6
,[data]\
6
,[data]\
7
5,n\
7
5,n\
8
0.5,p
8
0.5,p
9
 
9
 
10
slib_author=Bernadette PERRIN-RIOU
10
slib_author=Bernadette PERRIN-RIOU
11
slib_out=Cumulative distribution binomial law of parameters n and p (0<p<1)
-
 
12
slib_comment=data can be a list of integers
-
 
-
 
11
 
13
slib_example=[3,5,6],10,0.6
12
slib_example=[3,5,6],10,0.6
14
slib_require=octave
13
slib_require=octave
15
!exit
14
!exit
16
 
15
 
17
:proc
16
:proc