Log Normal Curve.Scale Property
Gets or sets the scale parameter (σ).
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double Scale { get; set; }Property Value
DoubleRemarks
The scale parameter is the standard deviation of the natural logarithm of the variable. It controls the width and skewness of the distribution. Larger values result in wider and more skewed distributions.
This value corresponds to the third parameter of the curve.