SampleInterquartileRange Property |
Gets the interquartile range of sample measurements.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Interval InterquartileRange { get; }
Public ReadOnly Property InterquartileRange As Interval
Get
public:
property Interval InterquartileRange {
Interval get ();
}
member InterquartileRange : Interval with get
Property Value
Type:
IntervalRemarks The interquartile range is the interval between the 25th and the 75th percentile.
See Also