Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: st: Computing medcouple


From   "Lachenbruch, Peter" <[email protected]>
To   <[email protected]>
Subject   RE: st: Computing medcouple
Date   Thu, 13 Aug 2009 08:15:38 -0700

A few years ago I tried to develop a measure of skewness based on
percentiles:
"Skewness" = [(P75-P50)-(P50-P25)]/[P75-p25] 
And also similar ones based on P90 and P10.  I did fairly extensive
simulations and found that the P90, P10 based ones did a bit better in
expressing skewness.  In addition, the distribution of this was not
nicely behaved, but by log-transforming you would get a statistic that
looked very nicely normal.

In doing this I learned of the l-moments articles and was delighted that
Nick had already written a routine for this.

Tony

Peter A. Lachenbruch
Department of Public Health
Oregon State University
Corvallis, OR 97330
Phone: 541-737-3832
FAX: 541-737-4001


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Nick Cox
Sent: Wednesday, August 12, 2009 12:34 PM
To: [email protected]
Subject: Re: st: Computing medcouple

This sounds a little similar in spirit to using L-moments to calculate a
skewness measure. The latter approach arguably has two features: it is
systematic and it is already implemented in Stata through -lmoments-
from SSC. 

As far as medcouple is concerned, you could compute it exactly or by
sampling. I've no code to offer. 

My prejudice here is that for most problems you would be better off
either transforming the data or using a graph form that discarded less
of the information than a box plot does. Otherwise put, if the data are
very skew you usually need to see more detail about the tails than a
boxplot provides. 

Nick 
[email protected] 


Ronnie Babigumira <[email protected]>

Vandervieren and Hubert (2004) present what they call a robust measure
of skewness using the medcouple

Given a distribution F, medcouple (MC(F)) is defined as

MC(F) = med h(xi,xj) given xi<med<xj

where

- h = 	(xj-m_F)-(m_F-xi)
	-----------------
		xj-xi

- m_F is the median of F

I would like to compute MC but dont know how to even start. Any pointers
will be much appreciated.

Ronnie

Reference

Vanderviere, E. & Huber, M. (2004). An adjusted boxplot for skewed
distributions. In J. Antoch 
(Ed.), COMPSTAT2004 Symposium: proceedings in computational statistics
(pp. 1933-1940). Heidelberg, 
Germany: Physica-Verlag.

The paper can be downloaded here
http://wis.kuleuven.be/stat/robust/Papers/boxplotCOMPSTAT04.pdf

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index