IContinuous |
The IContinuousDistribution 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) |
![]() | Density | Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x. |
![]() | DensityLn | Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x). |
![]() | Sample | Draws a random sample from the distribution. |
![]() | Samples | Draws a sequence of random samples from the distribution. |
![]() | Samples(Double) | Fills an array with samples generated from the distribution. |