NormalCdfCurve.Center Property

Gets or sets the center or inflection point (μ).

Definition

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

Property Value

Double

Remarks

The center is the x-coordinate of the inflection point where the curve has maximum slope and equals the baseline value C. The transition is symmetric about this point.

This value corresponds to the second parameter of the curve.

See Also