QuartileSkewness
QuartileSkewness[data] gives the coefficient of quartile skewness for the elements in list.
QuartileSkewness[data,{{a,b},{c,d}}] uses the quantile definition specified by parameters a, b, c, d.
QuartileSkewness[dist] gives the coefficient of quartile skewness for the distribution dist.
Examples
Compute the quartile skewness of a dataset:
QuartileSkewness[{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}]Please visit the official Wolfram Language Reference for more details.