PearsonIVAmplitudeGetArea Method |
Gets the area under the peak.
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GetArea(
double amp,
double w,
double m,
double v
)
Parameters
- amp Double
- The amplitude parameter.
- w Double
- The width parameter.
- m Double
- The m exponent.
- v Double
- The skewness parameter.
Return Value
DoubleThe area under the peak.
See Also