Click or drag to resize

TriangularDistribution(Double, Double) Constructor

Constructs a TriangularDistribution instance with the given upper and lower limits and mode equal to their midpoint.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TriangularDistribution(
	double lowerLimit,
	double upperLimit
)

Parameters

lowerLimit  Double
The lower limit of the distribution.
upperLimit  Double
The upper limit of the distribution.
See Also