Click or drag to resize

TriangularDistributionQuantile(Double, Double, Double, Double) Method

Calculates the quantile at the specified probability p.

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 min,
	double max,
	double c
)

Parameters

p  Double
The p.
min  Double
The left boundary of the PDF.
max  Double
The right boundary of the PDF.
c  Double
The location of the maximum of the PDF (has to be inbetween (min, max).

Return Value

Double
The quantile at the probability p.
See Also