Click or drag to resize

PearsonIVAmplitudeParametrizationHPWGetArea Method

Gets the area under the peak.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
The area under the peak.
See Also