Click or drag to resize

IContinuousDistribution Methods

The IContinuousDistribution 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 methodDensity Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.
Public methodDensityLn Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).
Public methodSample Draws a random sample from the distribution.
Public methodSamples Draws a sequence of random samples from the distribution.
Public methodSamples(Double) Fills an array with samples generated from the distribution.
Top
See Also