Re: BASIC Q: Why not use median-based std deviation?
From: Richard Ulrich (Rich.Ulrich_at_comcast.net)
Date: 07/09/04
- Next message: Richard Ulrich: "Re: clustering algorithm tabu search"
- Previous message: Richard Ulrich: "Re: observations in different scales"
- In reply to: William: "BASIC Q: Why not use median-based std deviation?"
- Next in thread: Herman Rubin: "Re: BASIC Q: Why not use median-based std deviation?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 08 Jul 2004 22:23:26 -0400
On Thu, 8 Jul 2004 21:41:37 +0000 (UTC), wolfhart13@yahoo.com
(William) wrote:
> Since the median (unlike the mean) is skew-resistant, why not use it
> instead of the mean in calculating the standard deviation?
>
> I know there's a perfectly logical explanation why only the mean is
> used, but for the life of me can't figure out why the median could not
> also be used, especially in highly skewed distributions.
>
> Can someone shed some light on this?
The SD is the average second central moment.
As such, it has an enormous role as a *parameter*
of distributions and test statistics.
The mean, similarly, is much more often an actual
*parameter* of a distribution that we find useful,
compared to the median.
The median is occasionally used, for specific gains,
and there are books on 'robust statistics' that
use the median and (often) its natural counterpart
(since it is at its minimum around the median), the
absolute deviation.
-- Rich Ulrich, wpilib@pitt.edu http://www.pitt.edu/~wpilib/index.html
- Next message: Richard Ulrich: "Re: clustering algorithm tabu search"
- Previous message: Richard Ulrich: "Re: observations in different scales"
- In reply to: William: "BASIC Q: Why not use median-based std deviation?"
- Next in thread: Herman Rubin: "Re: BASIC Q: Why not use median-based std deviation?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|