~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to lib/cdhc/cdhclib.dox

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

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