ExponentialDistribution.ScaleParameter Property

Gets the scale parameter of the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double ScaleParameter { get; }

Property Value

Double
The scale parameter of the distribution.

Remarks

The scale parameter of an exponential distribution can have many interpretations. It is most often the waiting time until a certain event occurs.

See Also