8

What is skewness of a distribution?

I ask it why any particular indices seem indecisive about symmetry, and in some case also about asymmetry.

amoeba
  • 93,463
  • 28
  • 275
  • 317
markowitz
  • 3,964
  • 1
  • 13
  • 28
  • 1
    Interestingly enough, we [don't seem to have a question](http://stats.stackexchange.com/search?tab=votes&q=title%3askew) on this simple question. This one comes close: [What does positive skew show?](http://stats.stackexchange.com/q/201060/1352) However the only answer so far is misleading (claiming that positive skewness means that the mean is larger than the median), and just having downvoted it, I cannot suggest that question as a duplicate. – Stephan Kolassa May 12 '16 at 10:57
  • 1
    There is a fundamental paper discussing such concepts: http://www.jstor.org/stable/4615828?seq=1#page_scan_tab_contents WEhen(if I get time I will try to write an answer based on that! – kjetil b halvorsen May 12 '16 at 11:44
  • A skewed distribution is one that is [not symmetric](http://stats.stackexchange.com/questions/2899). – whuber May 12 '16 at 13:38
  • 1
    The main problem is that asymmetry (absent additional restrictions, such as to some class of distributions) does not admit a partial ordering. If you try to measure amount&direction of skewness by a single number then you don't capture it properly (e.g. you'll end up with non-symmetric distributions which your measure will assign zero skewness). For some discussion on the last sentence of the question, see [here](http://stats.stackexchange.com/questions/89382/in-left-skewed-data-what-is-the-relationship-between-mean-and-median/89383#89383). ... (ctd) – Glen_b May 17 '16 at 23:54
  • ctd ... Some relevant discussion also in parts of [this](http://stats.stackexchange.com/questions/111596/proof-derivation-of-skewness-and-kurtosis-formulas/111660#111660) answer. [This answer](http://stats.stackexchange.com/questions/159098/taming-of-the-skew-why-are-there-so-many-skew-functions/159109#159109) offers some links to other discussions. There are many other useful discussions on site. – Glen_b May 17 '16 at 23:57
  • @ Glen_b, thak's for your comment. In any case I understood that the right starting point must be a precise definition of symmetry (see also below). In the link that you suggest, you write that symmetry is well defined concept (“mathematically precise”) in opposite of skewness. I'm looking for a simplest, but right and as general as possible, definition of symmetry. What do you think about this: "$X$ is symmetrically distributed if there is a $\mu$ such that $X-\mu$ and $-(X-\mu)$ are identically distributed." and "If such a $\mu$ exists, it is necessarily the median". – markowitz May 18 '16 at 12:52

1 Answers1

9

Skewness is related to the symmetry of a distribution.

Note that I do not write that "skewness measures symmetry" or some such. The specific relationship between symmetry and skewness is a bit complicated.

A symmetric distribution will have zero skewness, for usual definitions of skewness. (Yes, there are multiple ones.) For instance, in Pearson's moment skewness, the third power in the formula implies that probability masses to the left and the right of the mean cancel out.

However, the converse is not true. You can easily create distributions that are not symmetric but whose Pearson's moment skewness is zero - we just need the densities to cancel out. In fact, you can do this for unimodal distributions as well. The same applies to other skewness measures, like Pearson's mode skewness or median skewness.

However, for practical purposes zero skewness is usually treated as equivalent to symmetry, and unless you purposely create a pathological example, a zero skew distribution will usually be close enough to symmetry that you will be fine.

Nick Cox
  • 48,377
  • 8
  • 110
  • 156
Stephan Kolassa
  • 95,027
  • 13
  • 197
  • 357
  • Thaks you for your answer ! However I understood that "The specific relationship between symmetry and skewness is a bit complicated" but we have a formal precise and unambiguous definition of symmetry in probability and statistics ? Or no ? – markowitz May 12 '16 at 12:36
  • We do. See Definition 1 in [the paper I linked to](http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2531847). – Stephan Kolassa May 12 '16 at 12:40
  • This answer is a very strong argument that http://stats.stackexchange.com/questions/2899 is a duplicate. – whuber May 12 '16 at 13:39
  • The paper talking about location and skewness in term of "comparable" distribution. The definition is always related to two dinstribution, and the symmetry isn't definite in absolute sense ... or at least it seem to me. Furthermore the definition is complicated. Maybe this simpler definition is possible: if F(a-x)=1-F(a+x) for all x, and one perticular value a (median?) , where F() is the CDF, then the distribution is symmetric. What do you think ? – markowitz May 13 '16 at 07:47
  • I don't see how the definition is related to *two* distributions: "$X$ is symmetrically distributed if there is a $\mu$ such that $X-\mu$ and $-(X-\mu)$ are identically distributed." In the case of an absolutely continuous distribution, this seems to boil down to the definition you propose (but it's a bit more general, since it also works for not absolutely continuous distributions). – Stephan Kolassa May 13 '16 at 07:57
  • Ok ! But in your definition 'mu' is always the median ? – markowitz May 13 '16 at 10:27
  • If such a $\mu$ exists, it is necessarily both the median and the mean. (Not necessarily a mode - there may be multiple symmetric modes.) – Stephan Kolassa May 13 '16 at 10:29
  • I think that for the mean it is not necessarily the case. For example in Cauchy distribution 'mu' is the median and mode but not the mean. In any case thaks – markowitz May 13 '16 at 10:42
  • But the Cauchy is not symmetric. *If* there is a $\mu$ as in the definition, then the distribution is symmetric, and then $\mu$ is both the mean and the median. – Stephan Kolassa May 13 '16 at 11:05
  • Let us [continue this discussion in chat](http://chat.stackexchange.com/rooms/39734/discussion-between-markowitz-and-stephan-kolassa). – markowitz May 13 '16 at 12:29