Click or drag to resize

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; }

Property Value

Type: Interval
Remarks
The interquartile range is the interval between the 25th and the 75th percentile.
See Also