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 >

QuartileDeviation

Updated In 7 Graphic
QuartileDeviation[list]
gives the quartile deviation or semi-interquartile range of the elements in list.
QuartileDeviation[dist]
gives the quartile deviation or semi-interquartile range of the symbolic distribution dist.
Quartile deviation for a list of exact numbers:
Quartile deviation of a symbolic distribution:
Quartile deviation for a list of exact numbers:
In[1]:=
Click for copyable input
Out[1]=
 
Quartile deviation of a symbolic distribution:
In[1]:=
Click for copyable input
Out[1]=
QuartileDeviation works with any real numeric quantities:
Quartile deviations for columns of a matrix:
Obtain results at any precision:
Compute results for a large vector or matrix:
Obtain a robust estimate of dispersion when extreme values are present:
Measures based on the Mean are heavily influenced by extreme values:
QuartileDeviation is half the difference of linearly interpolated Quantile values:
QuartileDeviation is half the difference between the first and third quartiles:
QuartileDeviation 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