ILNumerics - Technical Application Development
Top
The NormalDistribution type exposes the following members.
Methods
Name | Description | |
---|---|---|
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] | |
Estimate |
Estimates the normal distribution parameters from sample data with maximum-likelihood.
[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 |
Computes a set of samples with normal distribution.
[ILNumerics Statistics Toolbox] | |
ToString |
A string representation of the distribution.
(Overrides ObjectToString.)[ILNumerics Statistics Toolbox] | |
WithMeanPrecision |
Constructs a normal distribution from a mean and precision.
[ILNumerics Statistics Toolbox] | |
WithMeanStdDev |
Constructs a normal distribution from a mean and standard deviation.
[ILNumerics Statistics Toolbox] | |
WithMeanVariance |
Constructs a normal distribution from a mean and variance.
[ILNumerics Statistics Toolbox] |
See Also