Click or drag to resize

PowerDistributionQuantile(Double, Double, Double) Method

Calculates the quantile at the specified probability p.

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

Parameters

p  Double
The probability.
k  Double
The domain parameter k.
a  Double
The shape parameter a.

Return Value

Double
The quantile at the specified probability p.
See Also