Click or drag to resize

PearsonIVAreaGetPositionOfMaximum Method

Gets the position of 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 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

Double
The position of the maximum function value.
See Also