LogNormal(Double, Double) Constructor |
Initializes a new instance of the
LogNormal class.
The distribution will be initialized with the default
random number generator.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LogNormal(
double mu,
double sigma
)
Parameters
- mu Double
- The log-scale (μ) of the logarithm of the distribution.
- sigma Double
- The shape (σ) of the logarithm of the distribution. Range: σ ≥ 0.
See Also