Lognormal Distribution.Scale Parameter Property
Gets the scale parameter for the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The scale parameter for the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double ScaleParameter { get; }
Property Value
DoubleThe scale parameter for the distribution.
Remarks
The scale parameter of the lognormal distribution is the standard deviation of the underlying normal distribution.
This property is read-only.