Subversion Repositories wimsdev

Rev

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

Rev 20 Rev 3265
Line 9... Line 9...
9
 
9
 
10
slib_author=Bernadette PERRIN-RIOU
10
slib_author=Bernadette PERRIN-RIOU
11
slib_out=values of cumulative distribution function of Gamma law on data
11
slib_out=values of cumulative distribution function of Gamma law on data
12
slib_comment=data can be a list of reals in brackets; density is b*exp(-b*x)*(b*x)^(a-1)/gamma(a) for x>=0
12
slib_comment=data can be a list of reals in brackets; density is b*exp(-b*x)*(b*x)^(a-1)/gamma(a) for x>=0
13
slib_example=[0.2,0.4,7],4,5
13
slib_example=[0.2,0.4,7],4,5
-
 
14
slib_require=pari
14
!exit
15
!exit
15
 
16
 
16
:proc
17
:proc
17
slib_out=
18
slib_out=
18
 
19