Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > 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
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team