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

Property Value

Double

Remarks

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.

See Also