Click or drag to resize

IDiscreteDistribution Methods

The IDiscreteDistribution type exposes the following members.

Methods
 NameDescription
Public methodCumulativeDistribution Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
(Inherited from IUnivariateDistribution)
Public methodProbability Computes the probability mass (PMF) at k, i.e. P(X = k).
Public methodProbabilityLn Computes the log probability mass (lnPMF) at k, i.e. ln(P(X = k)).
Public methodSample Draws a random sample from the distribution.
Public methodSamples Draws a sequence of random samples from the distribution.
Public methodSamples(Int32) Fills an array with samples generated from the distribution.
Top
See Also