ILNumerics - Technical Application Development
Top
The ChiDistribution type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CDF |
Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
[ILNumerics Statistics Toolbox] | |
| CumulativeDistribution |
Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
[ILNumerics Statistics Toolbox] | |
| Density |
Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.
[ILNumerics Statistics Toolbox] | |
| DensityLog |
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).
[ILNumerics Statistics Toolbox] | |
Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.
[ILNumerics Statistics Toolbox] | ||
| PDFLog |
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).
[ILNumerics Statistics Toolbox] | |
| Samples(InArrayInt64) |
Generates a sequence of samples from the distribution.
[ILNumerics Statistics Toolbox] | |
| Samples(InArrayInt64, Int32) |
Generates a sequence of samples from the Chi distribution.
[ILNumerics Statistics Toolbox] | |
| ToString |
A string representation of the distribution.
(Overrides ObjectToString.)[ILNumerics Statistics Toolbox] |
See Also