NormalCdfCurve.Width Property

Gets or sets the 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 controls the steepness of the transition. Smaller values result in sharper transitions, while larger values produce more gradual changes. The transition occurs primarily in the range [μ - 2σ, μ + 2σ].

This value corresponds to the third parameter of the curve.

See Also