ILNumerics Ultimate VS

LogNormalDistribution Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The LogNormalDistribution type exposes the following members.

Methods

  NameDescription
Public methodCumulativeDistributionF
Computes the cumulative distribution (CDF) of the distribution at x, i.e. p(X ≤ x)

[ILNumerics Statistics Toolbox]

Public methodDensity
Computes the probability density of the distribution (PDF) at x

[ILNumerics Statistics Toolbox]

Public methodDensityLn
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).

[ILNumerics Statistics Toolbox]

Public methodInverseCumulativeDistributionF
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]

Public methodSamples
Generates a sample from the log-normal distribution using the Box-Muller algorithm.

[ILNumerics Statistics Toolbox]

Public methodToString
A string representation of the distribution.

[ILNumerics Statistics Toolbox]

(Overrides ObjectToString.)
Top
See Also

Reference