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 random data with |
3 | slib_title=Generation of random data with a Geometric distribution on N* |
- | 4 | ||
- | 5 | slib_out=Random data of <tt>m</tt> reals following a Geometric\ |
|
- | 6 | distribution with parameter <tt>p</tt> on N*.\ |
|
- | 7 | If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. |
|
- | 8 | slib_comment= P( X = k ) = p(1-p)^(k-1) for every positive integer k |
|
- | 9 | ||
4 | 10 | ||
5 | slib_out=Random data of <tt>m</tt> following the geometric law of parameter <tt>p</tt> on N*.\ |
- | |
6 | If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. |
- |