ExponentiallyModifiedGaussianCurve.Width Property

Gets or sets the Gaussian width parameter (σ).

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public double Width { get; set; }

Property Value

Double

Remarks

The width parameter represents the standard deviation of the underlying Gaussian component. It controls the overall width of the peak.

This value corresponds to the third parameter of the curve.

See Also