Subversion Repositories wimsdev

Rev

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

Rev 4352 Rev 4455
Line 1... Line 1...
1
slib_lang_exists_tmp=yes
1
slib_lang_exists_tmp=yes
2
 
2
 
3
slib_title=Generation of chi2 random data
3
slib_title=Generation of chi-square random data
4
 
4
 
5
slib_out=Random data of <tt>m</tt> reals following a chi2 law of degree <tt>n</tt>.\
5
slib_out=Random data of <tt>m</tt> reals following a chi-square law with <tt>n</tt> degrees of freedom.\
6
If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. 
6
If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. 
7
 
7
 
8
 
8