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 | 4 | ||
5 | slib_out=Random data of <tt>m</tt> reals following a |
5 | slib_out=Random data of <tt>m</tt> reals following a Geometric distribution with 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. |
6 | If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. |
- | 7 | slib_comment=P(X=k)=p(1-p)^k for every nonnegative integer k |