Returns the inter-quartile range of this distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double InterQuartileRange { get; }
Public ReadOnly Property InterQuartileRange As Double
Get
public:
property double InterQuartileRange {
double get ();
}
member InterQuartileRange : float with get
Property Value
Type:
DoubleThe difference between the 3rd and the 1st quartile.
The inter-quartile range of a distribution is the
difference between the 75% and the 25% InverseDistributionFunction(Double)
of the distribution. It is a robust estimate of the spread of the distribution, as
it is unaffected by the lower and upper 25% of the data.
Reference