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=Generation of Gamma random data
-
 
-
 
4
 
5
slib_parms=3\
5
slib_parms=3\
6
,m\
6
,m\
7
,a\
7
,a\
8
,b
8
,b
9
 
9
 
10
slib_author=Bernadette PERRIN-RIOU
10
slib_author=Bernadette PERRIN-RIOU
11
slib_out=random data of m reals following a Gamma law of parameters a and b . If m is a list [r,s], it returns an r by  s matrice. 
-
 
12
slib_comment=
11
 
13
slib_example= 20,4,6\
12
slib_example= 20,4,6\
14
[10,5],4,6
13
[10,5],4,6
15
slib_require=octave
14
slib_require=octave
16
!exit
15
!exit
17
 
16