ILNumerics - Technical Application Development
Top
The LogNormalDistribution type exposes the following members.
Methods
Name | Description | |
---|---|---|
CumulativeDistributionF |
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
[ILNumerics Statistics Toolbox] | |
DensityLn |
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).
[ILNumerics Statistics Toolbox] | |
InverseCumulativeDistributionF |
Computes the inverse of the cumulative distribution function (InvCDF) for the distribution
at the given probability. This is also known as the quantile or percent point function.
[ILNumerics Statistics Toolbox] | |
Samples |
Generates a sample from the log-normal distribution using the Box-Muller algorithm.
[ILNumerics Statistics Toolbox] | |
ToString |
A string representation of the distribution.
(Overrides ObjectToString.)[ILNumerics Statistics Toolbox] |
See Also