Click or drag to resize

RayleighDistributionQuantile(Double, Double) Method

Returns the quantile function (inverse CDF) of the Rayleigh distribution.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Quantile(
	double p,
	double sigma
)

Parameters

p  Double
A probability in the range [0, 1].
sigma  Double
The scale parameter.

Return Value

Double
The value x such that CDF(x) = p.
See Also