| TriangularDistribution(Double, Double, Double) Constructor | 
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic TriangularDistribution(
	double min,
	double max,
	double c
)
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).
 See Also
See Also