ExponentiallyModifiedGaussianCurve.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#
public double Center { get; set; }

Property Value

Double

Remarks

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.

See Also