ILNumerics Ultimate VS

LogNormalDistribution Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the LogNormalDistribution class. The distribution will be initialized with the default random number generator.

[ILNumerics Statistics Toolbox]

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

public LogNormalDistribution(
	double mu = 0,
	double sigma = 1
)

Parameters

mu (Optional)
Type: SystemDouble
The log-scale (μ) of the logarithm of the distribution.
sigma (Optional)
Type: SystemDouble
The shape (σ) of the logarithm of the distribution. Range: σ ≥ 0.
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference

SystemRandom