Exponentially Modified Gaussian Curve.Center Property
Gets or sets the location parameter (μ).
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 location parameter relates to the center of the peak. For small τ, it is approximately the peak center; for larger τ, the peak maximum shifts due to the exponential tail.
This value corresponds to the second parameter of the curve.