Home | History | Annotate | Download | only in distribution

Lines Matching refs:probability

30      * method represents the probability mass function for the distribution.
32 * @param x the value at which the probability density function is evaluated.
33 * @return the value of the probability density function at x
35 double probability(int x);
40 * this method represents the probability distribution function, or PDF
45 * @throws MathException if the cumulative probability can not be
54 * @return the cumulative probability.
55 * @throws MathException if the cumulative probability can not be
67 * probability under (the density of) X, then <code>m - 1</code> is
77 * @param p the cumulative probability.
79 * @throws MathException if the inverse cumulative probability can not be