LaplaceDistributionQuantile(Double, Double, Double) Method |
Computes the quantile (inverse CDF) for a Laplace distribution with the given parameters.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double Quantile(
double p,
double mu,
double beta
)
Parameters
- p Double
- The probability for which to compute the quantile.
- mu Double
- Location parameter.
- beta Double
- Scale parameter (must be positive).
Return Value
DoubleThe quantile corresponding to
p.
See Also