PearsonIVAreaGetFWHMApproximation Method |
Gets an approximate value (19% error) for the full width half maximum
Namespace: Altaxo.Calc.FitFunctions.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GetFWHMApproximation(
double w,
double m,
double v
)
Parameters
- w Double
- The width parameter of PearsonIV.
- m Double
- The m parameter of PearsonIV.
- v Double
- The v parameter of PearsonIV.
Return Value
DoubleAn approximate value for the FWHM (full width half maximum).
The maximal error in the range m: (1e-3..1e3) and v: (-1e3..1e3) is 18%.
See Also