Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Descriptive Statistics >
Mathematica > Mathematics and Algorithms > Statistics > Descriptive Statistics >

InterquartileRange

Updated In 7 Graphic
InterquartileRange[list]
gives the difference between the upper and lower quartiles for the elements in list.
InterquartileRange[dist]
gives the difference between the upper and lower quartiles for the symbolic distribution dist.
Interquartile range for a list of exact numbers:
Interquartile range of a symbolic distribution:
Interquartile range for a list of exact numbers:
In[1]:=
Click for copyable input
Out[1]=
 
Interquartile range of a symbolic distribution:
In[1]:=
Click for copyable input
Out[1]=
InterquartileRange works with any real numeric quantities:
Interquartile ranges for columns of a matrix:
Obtain results at any precision:
Compute results for a large vector or matrix:
InterquartileRange is the difference of linearly interpolated Quantile values:
QuartileDeviation is half the interquartile range:
InterquartileRange is the difference between the first and third quartiles:
InterquartileRange requires numeric values:
New in 6 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team