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=Cumulative distribution function of geometric law on N
3
slib_title=Cumulative distribution function of a Geometric law on N
4
 
4
 
5
slib_out=Values on <tt>data</tt> of cumulative distribution function of the geometric distribution of \
5
slib_out=Values at <tt>data</tt> of cumulative distribution function of the Geometric distribution with \
6
parameter <tt>p</tt>.
6
parameter <tt>p</tt>.
7
slib_comment=<tt>data</tt> can be a list of reals.
7
slib_comment=<tt>data</tt> can be a list of reals. The density function is P( X = k ) = p(1-p)^k for every nonnegative integer k.
8
 
8