Subversion Repositories wimsdev

Rev

Rev 4455 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4455 Rev 5903
Line 4... Line 4...
4
 
4
 
5
slib_out=Quantile at <tt>data</tt> of a Geometric law with parameter <tt>p</tt>.
5
slib_out=Quantile at <span class="tt">data</span> of a Geometric law with parameter <span class="tt">p</span>.
6
slib_comment=<tt>data</tt> can be a list of reals, the result should be less than M.\
6
slib_comment=<span class="tt">data</span> can be a list of reals, the result should be less than M.\
7
 The density function is P( X = k ) = p(1-p)^(k-1) for every positive integer k.
7
 The density function is P( X = k ) = p(1-p)^(k-1) for every positive integer k.
8
 
8