Click or drag to resize

TriangularDistributionPDF(Double, Double, Double, Double) Method

Calculates the probability density at the specified x.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double PDF(
	double x,
	double min,
	double max,
	double c
)

Parameters

x  Double
The x.
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 probability density at x.
See Also