SkewedGeneralizedErrorInverseCumulativeDistribution Method |
Computes the inverse cumulative distribution function for the current distribution.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double InverseCumulativeDistribution(
double p
)
Parameters
- p Double
- The cumulative probability.
Return Value
DoubleThe quantile corresponding to
p.
See Also