Inverse Weibull Distribution.Scale Parameter Property
Gets the scale parameter for the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The location parameter for the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public double ScaleParameter { get; }
Property Value
DoubleThe location parameter for the distribution.
Remarks
The scale parameter is related to the variance of the distribution.
This property is read-only.