Click or drag to resize

ExponentialDistribution Constructor

Constructs an ExponentialDistribution instance with the given rate parameter lambda.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ExponentialDistribution(
	double lambda
)

Parameters

lambda  Double
Rate parameter. Must be positive.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the rate parameter, lambda is less than or equal to zero.
See Also