Click or drag to resize

PearsonIVAreaGetHeight Method

Gets the maximum function value.

Namespace: Altaxo.Calc.FitFunctions.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetHeight(
	double area,
	double w,
	double m,
	double v
)

Parameters

area  Double
The area 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