Mathematica > Data Manipulation > Statistics > Descriptive Statistics >
Mathematica > Mathematics and Algorithms > Statistics > Descriptive Statistics >

Skewness

Skewness[list]
gives the coefficient of skewness for the elements in list.
Skewness[dist]
gives the coefficient of skewness for the symbolic distribution dist.
  • Skewness measures the amount of asymmetry in list.
  • A positive skewness indicates a distribution with a long right tail. A negative skewness indicates a distribution with a long left tail.
  • Skewness handles both numerical and symbolic data.
  • Skewness[{{x1, y1, ...}, {x2, y2, ...}, ...}] gives {Skewness[{x1, x2, ...}], Skewness[{y1, y2, ...}], ...}.
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team