ILNumerics Ultimate VS

LogNormalDistribution Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Continuous Univariate Log-Normal distribution. For details about this distribution, see Wikipedia - Log-Normal distribution.

[ILNumerics Statistics Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumerics.Toolboxes.DistributionsLogNormalDistribution

Namespace:  ILNumerics.Toolboxes.Distributions
Assembly:  ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class LogNormalDistribution

The LogNormalDistribution type exposes the following members.

Constructors

  NameDescription
Public methodLogNormalDistribution
Initializes a new instance of the LogNormalDistribution class. The distribution will be initialized with the default random number generator.

[ILNumerics Statistics Toolbox]

Top
Properties

  NameDescription
Public propertyEntropy
Gets the entropy of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Public propertyMaximum
Gets the maximum of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Public propertyMean
Gets the mu of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Public propertyMedian
Gets the median of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Public propertyMinimum
Gets the minimum of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Public propertyMode
Gets the mode of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Public propertyMu
Gets or sets the log-scale (μ) (mean of the logarithm) of the distribution.

[ILNumerics Statistics Toolbox]

Public propertySigma
Gets or sets the shape (σ) (standard deviation of the logarithm) of the distribution. Range: σ ≥ 0.

[ILNumerics Statistics Toolbox]

Public propertySkewness
Gets the skewness of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Public propertyStdDev
Gets the standard deviation of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Public propertyVariance
Gets the variance of the log-normal distribution.

[ILNumerics Statistics Toolbox]

Top
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
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference