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 >

QuartileSkewness

Updated In 7 Graphic
QuartileSkewness[list]
gives the coefficient of quartile skewness for the elements in list.
QuartileSkewness[dist]
gives the coefficient of quartile skewness for the symbolic distribution dist.
  • A positive value of quartile skewness indicates the median is closer to the lower quartile q_1 than the upper quartile q_3.
  • A negative value of quartile skewness indicates the median is closer to the upper quartile.
Quartile skewness for a list of exact numbers:
Quartile skewness of a symbolic distribution:
Quartile skewness for a list of exact numbers:
In[1]:=
Click for copyable input
Out[1]=
 
Quartile skewness of a symbolic distribution:
In[1]:=
Click for copyable input
Out[1]=
QuartileSkewness works with any real numeric quantities:
Quartile skewness values for columns of a matrix:
Obtain results at any precision:
Compute results for a large vector or matrix:
Obtain a robust estimate of asymmetry when extreme values are present:
Measures based on the Mean are heavily influenced by extreme values:
QuartileSkewness is a function of linearly interpolated Quantile values:
QuartileSkewness is a function of quartiles:
QuartileSkewness is a function of the median, first quartile and a dispersion measure:
QuartileSkewness 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