Click or drag to resize

TriangularDistribution(Double, Double, Double, Generator) Constructor

Initializes a new instance of the TriangularDistribution class.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TriangularDistribution(
	double min,
	double max,
	double c,
	Generator generator
)

Parameters

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).
generator  Generator
The generator.
See Also