cdhclib.dox 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*! \page cdhclib GRASS testing normality & exponentiality Library
  2. by Darrell McCauley and GRASS Development Team (http://grass.osgeo.org)
  3. \tableofcontents
  4. \section cdhcintro GRASS library for testing normality & exponentiality
  5. - Moments \sqrt{b_1} and b_2
  6. - Geary's a-statistic & an approx. normal
  7. - Cdhc_extreme normal deviates
  8. - D'Agostino's D & an approx. normal
  9. - Kuiper's V (regular & modified for normality)
  10. - Watson's U^2 (regular & modified for normality)
  11. - Durbin's Exact Test (modified Kolmogorov)
  12. - Anderson-Darling's A^2 (regular & modified for normality)
  13. - Cramer-Von Mises W^2(regular & modified for normality)
  14. - Kolmogorov-Smirnov's D (regular & modified for normality)
  15. - Chi-Square stat (equal probability classes) and d.f.
  16. - Shapiro-Wilk W
  17. - Weisberg-Bingham's W''
  18. - Shapiro-Wilk W''
  19. - Kotz' T'_f (Lognormality vs. Normality)
  20. \section Loading_the_CDHC_Library Loading the CDHC Library
  21. The library is loaded by specifying
  22. \verbatim
  23. $(CDHCLIB)
  24. \endverbatim
  25. in the <tt>Makefile</tt>.
  26. \section listOfFunctions List of functions (incomplete)
  27. - Cdhc_anderson_darling()
  28. - Cdhc_anderson_darling_exp()
  29. - Cdhc_chi_square()
  30. - Cdhc_chi_square_exp()
  31. - Cdhc_cramer_von_mises()
  32. - Cdhc_cramer_von_mises_exp()
  33. - Cdhc_dagostino_d()
  34. - Cdhc_dmax()
  35. - Cdhc_dmax_exp()
  36. - Cdhc_durbins_exact()
  37. - Cdhc_enormp()
  38. - Cdhc_extreme()
  39. - Cdhc_geary_test()
  40. - Cdhc_kolmogorov_smirnov()
  41. - Cdhc_kolmogorov_smirnov_exp()
  42. - Cdhc_kotz_families()
  43. - Cdhc_kuipers_v()
  44. - Cdhc_kuipers_v_exp()
  45. - Cdhc_normp()
  46. - Cdhc_omnibus_moments()
  47. - Cdhc_royston()
  48. - Cdhc_shapiro_francia()
  49. - Cdhc_shapiro_wilk()
  50. - Cdhc_shapiro_wilk_exp()
  51. - Cdhc_watson_u2()
  52. - Cdhc_watson_u2_exp()
  53. - Cdhc_weisberg_bingham()
  54. - Cdhc_xinormal()
  55. */