Subversion Repositories wimsdev

Rev

Rev 4352 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4161 bpr 1
slib_lang_exists_tmp=yes
2
 
4455 bpr 3
slib_title= Cumulative distribution function of a Geometric distribution on N*
4161 bpr 4
 
4455 bpr 5
slib_out=Values at <tt>data</tt> of the cumulative distribution function of the Geometric distribution\
6
on N* with parameter <tt>p</tt>.
7
slib_comment=<tt>data</tt> can be a list of reals. The density function is P( X = k ) = p(1-p)^(k-1) for every positive integer k.
4161 bpr 8