LogNormalCurve.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#
public double Scale { get; set; }

Property Value

Double

Remarks

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.

See Also