Click or drag to resize

TriangularDistributionSetParameters Method

Sets the parameter for this distribution.

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

Parameters

lowerLimit  Double
The lower limit of the distribution.
upperLimit  Double
The upper limit of the distribution.
mode  Double
The mode of the distribution
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the mode is less than the lower limit or greater that the upper limit.
See Also