|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Descriptive Statistics
>
QuartileSkewness
BUILT-IN MATHEMATICA SYMBOL
QuartileSkewness
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.
DetailsDetails
- With {q1, q2, q3}=Quartiles[list], QuartileSkewness[list] is equivalent to
. - A positive value of quartile skewness indicates the median is closer to the lower quartile
than the upper quartile
. - A negative value of quartile skewness indicates the median is closer to the upper quartile.
- QuartileSkewness works with SparseArray objects.
New in 6 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
