Click or drag to resize

ExponentialDistributionLambda Property

Gets and sets the rate parameter lambda.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Lambda { get; set; }

Property Value

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