Click or drag to resize

LogNormalDistributionQuantile Method

Gives the pth quantile of the distribution.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override double Quantile(
	double p
)

Parameters

p  Double
The probability.

Return Value

Double
The pth quantile, that is, the value x for which p == CDF(x).
See Also