Click or drag to resize

ParetoDistributionQuantile(Double, Double, Double) Method

Computes the quantile (inverse CDF) for a Pareto distribution with the given parameters.

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
The probability for which to compute the quantile.
alpha  Double
The shape parameter (must be positive).
beta  Double
The scale parameter (must be positive).

Return Value

Double
The quantile corresponding to p.
See Also