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