Click or drag to resize

ExponentialDistributionRate Property

Gets or sets the rate parameter of this instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double Rate { get; set; }

Property Value

Type: Double
The rate parameter.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is not positive.
See Also