Click or drag to resize

StableDistributionSymmetricQuantile(Double, Double) Method

Gets the quantile (inverse CDF) for the given probability p.

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 alpha
)

Parameters

p  Double
The probability in [0, 1].
alpha  Double
The stability parameter (0 < alpha <= 2).

Return Value

Double
The value x such that CDF(x) = p, or NaN if no root was found.
See Also