PearsonIVAreaGetHeight Method |
Gets the maximum function value.
Namespace: Altaxo.Calc.FitFunctions.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
DoubleThe area under the peak.
See Also