home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / mansrc / man281 / symplot < prev    next >
Encoding:
Text File  |  1996-11-24  |  721 b   |  23 lines

  1. TITLE(symplot @@ Produce a Symmetry Plot)
  2. USAGE(
  3. symplot(vec)
  4. )
  5. ARGUMENTS(
  6. ARG(vec @@ a numeric vector.)
  7. )
  8. DESCRIPTION(
  9. The symmetry plot is based on the fact that for symmetric distributions
  10. the distance between the median and EQN(greekalpha)-th quantile is the same as
  11. the distance between the median and the EQN(1 - greekalpha)-th quantile.
  12. The function produced a plot of
  13. EQN(median - SUB(q,greekalpha)) versus
  14. EQN(SUB(q,{ ( 1 - greekalpha ) }) - median) for EQN(greekalpha) 
  15. between 0 and 0.5.
  16. If the distribution underlying the data is symmetric,
  17. the points in this plot should fall close to the 45 degree line.
  18. Large deviations from the 45 degree line indicate a lack of symmetry.
  19. )
  20. EXAMPLES(
  21. symplot(rnorm(10))
  22. )
  23.