IDiscrete |
The IDiscreteDistribution type exposes the following members.
Name | Description | |
---|---|---|
CumulativeDistribution |
Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
(Inherited from IUnivariateDistribution) | |
Probability | Computes the probability mass (PMF) at k, i.e. P(X = k). | |
ProbabilityLn | Computes the log probability mass (lnPMF) at k, i.e. ln(P(X = k)). | |
Sample | Draws a random sample from the distribution. | |
Samples | Draws a sequence of random samples from the distribution. | |
Samples(Int32) | Fills an array with samples generated from the distribution. |