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 multinomial random data |
3 | slib_title=Generation of multinomial random data |
4 | 4 | ||
5 | slib_out=Random data of <tt>m</tt> integers following a multinomial law of parameters \ |
5 | slib_out=Random data of <tt>m</tt> integers following a multinomial law of parameters \ |
6 | <tt>n</tt> and p=[ |
6 | <tt>n</tt> and p=[p1,...,pj] (n is an integer and pi are positive reals of sum <= 1; \ |
7 | if the sum of the |
7 | if the sum of the pi is less than 1, 1-sum(pi) is add to the list. |
8 | 8 | ||
9 | slib_comment= |
9 | slib_comment= If p1+...+pj=1,\ |
- | 10 | P(X1=k1,X2=k2,..,Xj=kj)=(p1)^k1*...*(pj)^kj*n!/(k1!...kj!)\ |
|
- | 11 | for all ki so that k1+...+kj=n |