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