PseudoVoigtCurve.MixingParameter Property

Gets or sets the mixing parameter (η).

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public double MixingParameter { get; set; }

Property Value

Double

Remarks

The mixing parameter determines the balance between Gaussian and Lorentzian character. η = 0 gives a pure Gaussian, η = 1 gives a pure Lorentzian, and intermediate values give a mixed profile. Values are constrained to [0, 1].

This value corresponds to the fourth parameter of the curve.

See Also