Gets the scale parameter for the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double ScaleParameter { get; }
Public ReadOnly Property ScaleParameter As Double
Get
public:
property double ScaleParameter {
double get ();
}
member ScaleParameter : float with get
Property Value
Type:
DoubleThe scale parameter for the distribution.
The scale parameter is related to the variance of the distribution.
This property is read-only.
Reference