Click or drag to resize

FisherTippettDistributionQuantile(Double, Double, Double) Method

Returns the quantile function (inverse CDF) for the Fisher-Tippett 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 alpha,
	double beta
)

Parameters

p  Double
Cumulative probability (0..1).
alpha  Double
The location parameter.
beta  Double
The scale parameter.

Return Value

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