Click or drag to resize

SkewedGeneralizedErrorInverseCumulativeDistribution Method

Computes the inverse cumulative distribution function for the current distribution.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double InverseCumulativeDistribution(
	double p
)

Parameters

p  Double
The cumulative probability.

Return Value

Double
The quantile corresponding to p.
See Also