Click or drag to resize

StableDistributionS1Quantile(Double, Double, Double, Double) Method

Calculates the quantile of the stable distribution in S1 parametrization.

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 alpha,
	double beta,
	double abe
)

Parameters

p  Double
Probability p.
alpha  Double
Characteristic exponent of the distribution, in the range (0,2].
beta  Double
Skewness parameter of the distribution, in the range [-1,1].
abe  Double
Parameter to specify beta with higher accuracy around -1 and 1. Is defined as 1-beta for beta>=0 or as 1+beta for beta<0.

Return Value

Double
The value x, so that with a probability of p the random variable is <x.
See Also