Exponentially Modified Gaussian Curve.Decay Time Property
Gets or sets the exponential relaxation time (τ).
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 DecayTime { get; set; }Property Value
DoubleRemarks
The relaxation time controls the degree of peak tailing. When τ = 0, the peak is purely Gaussian. As τ increases, the peak becomes increasingly skewed to the right (tailing). Physically, τ represents the time constant of the exponential decay process (e.g., desorption kinetics in chromatography).
This value corresponds to the fourth parameter of the curve.