Normal Cdf Curve.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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double Center { get; set; }Property Value
DoubleRemarks
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.