[GRASS-SVN] r57112 - grass/trunk/lib/cdhc

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 14 05:12:17 PDT 2013


Author: neteler
Date: 2013-07-14 05:12:17 -0700 (Sun, 14 Jul 2013)
New Revision: 57112

Added:
   grass/trunk/lib/cdhc/cdhclib.dox
Modified:
   grass/trunk/lib/cdhc/Makefile
Log:
cdhclib: doxygenization started

Modified: grass/trunk/lib/cdhc/Makefile
===================================================================
--- grass/trunk/lib/cdhc/Makefile	2013-07-14 11:05:32 UTC (rev 57111)
+++ grass/trunk/lib/cdhc/Makefile	2013-07-14 12:12:17 UTC (rev 57112)
@@ -1,6 +1,7 @@
 MODULE_TOPDIR = ../..
 
 include $(MODULE_TOPDIR)/include/Make/Vars.make
+include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 
 MOD_OBJS := $(filter-out test.o port_test.o,$(AUTO_OBJS))
 
@@ -22,3 +23,5 @@
 	$(call linker)
 
 $(OBJDIR)/test$(EXE): LIBES = $(GISLIB) $(CDHCLIB)
+
+DOXNAME = cdhc
\ No newline at end of file

Added: grass/trunk/lib/cdhc/cdhclib.dox
===================================================================
--- grass/trunk/lib/cdhc/cdhclib.dox	                        (rev 0)
+++ grass/trunk/lib/cdhc/cdhclib.dox	2013-07-14 12:12:17 UTC (rev 57112)
@@ -0,0 +1,69 @@
+/*! \page cdhclib GRASS testing normality & exponentiality Library
+
+by GRASS Development Team (http://grass.osgeo.org)
+
+\tableofcontents
+
+\section cdhcintro GRASS testing normality & exponentiality library
+
+- Moments \sqrt{b_1} and b_2
+- Geary's a-statistic & an approx. normal
+- Extreme normal deviates
+- D'Agostino's D & an approx. normal
+- Kuiper's V (regular & modified for normality)
+- Watson's U^2 (regular & modified for normality)
+- Durbin's Exact Test (modified Kolmogorov)
+- Anderson-Darling's A^2 (regular & modified for normality)
+- Cramer-Von Mises W^2(regular & modified for normality)
+- Kolmogorov-Smirnov's D (regular & modified for normality)
+- Chi-Square stat (equal probability classes) and d.f.
+- Shapiro-Wilk W
+- Weisberg-Bingham's W''
+- Shapiro-Wilk W''
+- Kotz' T'_f (Lognormality vs. Normality)
+
+\section Loading_the_CDHC_Library Loading the CDHC Library
+
+The library is loaded by specifying
+
+\verbatim
+$(CDHCLIB)
+\endverbatim
+
+in the <tt>Makefile</tt>.
+
+\section listOfFunctios List of functions
+
+- anderson_darling()
+- anderson_darling_exp()
+- chi_square()
+- chi_square_exp()
+- coeff_variation()
+- cramer_von_mises()
+- cramer_von_mises_exp()
+- dagostino_d()
+- dmax()
+- dmax_exp()
+- durbins_exact()
+- enormp()
+- extreme()
+- geary_test()
+- kolmogorov_smirnov()
+- kolmogorov_smirnov_exp()
+- kotz_families()
+- kuipers_v()
+- kuipers_v_exp()
+- mod_maxlik_ratio()
+- normp()
+- omnibus_moments()
+- royston()
+- shapiro_francia()
+- shapiro_wilk()
+- shapiro_wilk_exp()
+- watson_u2()
+- watson_u2_exp()
+- weisberg_bingham()
+- xinormal()
+
+*/
+



More information about the grass-commit mailing list