home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / 10679 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.5 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!jvnc.net!netnews.upenn.edu!netnews.noc.drexel.edu!coe.drexel.edu!nuntius
  2. From: chaas@coe.drexel.edu (Chuck Haas)
  3. Newsgroups: sci.math
  4. Subject: Re: Additional info on "trends" question
  5. Message-ID: <1992Aug28.175538.23418@cbis.ece.drexel.edu>
  6. Date: 28 Aug 92 17:55:38 GMT
  7. References: <l9qc0lINN568@mizar.usc.edu>
  8. Sender: news@cbis.ece.drexel.edu
  9. Organization: Drexel University
  10. Lines: 36
  11. X-Useragent: Nuntius v1.1b2
  12.  
  13. Use of Mann's test for trend (see Kotz and Johnson, Ency. of
  14. Statistical Sciences, vol5, p 207).
  15.  
  16. sort paired observations (Xi, Yi) according to X (in your case, year)
  17.  
  18. compute sign(Yj-Yi) for all i<j;  sign(arg) = arg/absolute value(arg)
  19.  
  20. define S* = sum of sign(Yj-Yi)
  21.  
  22. For large samples, S* null distribution is normal with zero mean and
  23. variance given by:
  24.  
  25. (1/18) [n(n-1)(2n+5)- SIGMA u(u-1)(2u+5)]
  26.  
  27. where n = number of observations
  28.            u = multiplicity of ties (if two observations Y are equal,
  29. u=2; if three are equal
  30.                  then u=3, etc.) for each "tuple"
  31.  
  32. Reject null hypothesis (i.e. trend is statistically significant) based on
  33. comparison
  34. to tables of the standard normal distribution.
  35.  
  36. Comment:
  37.     This test obviously neglects the information contained in your year
  38. intervals, however does not require many assumptions that exist for
  39. example in regression analysis.
  40.  
  41. Perhaps someone else would have information on the relative power of this
  42. test to  regression.
  43.  
  44. ==============
  45. Charles N. Haas
  46. Betz Chair Professor of Environmental Engineering
  47. Drexel University
  48. Philadelphia PA
  49.