home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / stat / 1797 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.7 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!wupost!waikato.ac.nz!comp.vuw.ac.nz!cc-server4.massey.ac.nz!TMoore@massey.ac.nz
  2. Newsgroups: sci.math.stat
  3. Subject: Re: Simple Proof that c=median minimizes E[ |X-c| ] needed.
  4. Message-ID: <1992Sep3.221035.17952@massey.ac.nz>
  5. From: news@massey.ac.nz (USENET News System)
  6. Date: Thu, 3 Sep 92 22:10:35 GMT
  7. References: <3SEP199213440863@utkvx2.utk.edu>
  8. Organization: Massey University
  9. Lines: 28
  10.  
  11. In article <3SEP199213440863@utkvx2.utk.edu>, menees@utkvx2.utk.edu (Menees, Bill) writes:
  12. >     I'm a senior math major taking my first p&s course, and this problem
  13. > has come up and it intrigues me.  My prof. has a proof for it, but he said it
  14. > was way over my head.  Does anyone know of a proof suitable for a senior 
  15. > undergrad?  Thanks in advance.
  16. If you are a senior math major then you should have no difficulty
  17. in following the proof. I suspect the real problem is that it's way
  18. over your prof.'s head. :-)
  19.  
  20. Well, I must admit that I'm going to cheat. :-) Let's prove the result
  21. for a discrete distribution only.
  22.  
  23. When c != any possible x
  24. d/dc (sum|x-c|) = number of x's greater than c - number of x's less than c
  25. otherwise this does not exist.
  26. This derivative is decreasing if c < median and increasing if c > median
  27. and as sum|x-c| is continuous and piecewise linear, the minimum either
  28. occurs where there is a discontinuity in the derivative, or where it is
  29. zero over an interval. The latter case corresponds to a median. In the
  30. former case we choose the discontinuity such that on either side
  31. |number of x's greater than c - number of x's less than c| is smallest.
  32.  
  33. In the continuous case the derivative exists nowhere but a limiting
  34. argument could be used. (This might be over my head :-).
  35.  
  36.  
  37.