PearsonIVAreaGetPositionOfMaximum Method |
Gets the position of 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 GetPositionOfMaximum(
double loc,
double w,
double m,
double v
)
Parameters
- loc Double
- The loc parameter.
- w Double
- The w parameter.
- m Double
- The m parameter.
- v Double
- The v parameter.
Return Value
DoubleThe position of the maximum function value.
See Also