Exponential Distribution.Scale Parameter Property
Gets the scale parameter of the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The scale parameter of the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double ScaleParameter { get; }
Property Value
DoubleThe 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.