Inverse Weibull Distribution.Support Property
            
            
            Gets the support of the distribution.
            
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public override Interval Support { get; }Property Value
IntervalRemarks
The support of a distribution is the interval where the ProbabilityDensityFunction(Double) is non-zero.