/****************************************************************************
 *
 * MODULE:       cdhc
 * AUTHOR(S):    Darrell McCauley, <mccauley ecn.purdue.edu>
 *               Brad Douglas <rez touchofmadness.com>,
 *               Markus Neteler <neteler itc.it>,
 *               Bernhard Reiter <bernhard intevation.de>, 
 *               Radim Blazek <radim.blazek gmail.com>
 *               Glynn Clements <glynn gclements.plus.com>, 
 * PURPOSE:      library for testing normality & exponentiality
 * COPYRIGHT:    (C) 2002-2014 by the GRASS Development Team
 *
 *               This program is free software under the GNU General Public
 *               License (>=v2). Read the file COPYING that comes with GRASS
 *               for details.
 *
 *****************************************************************************/

SOURCE:
Name        : cdhc
Where       : ftp://pasture.ecn.purdue.edu/pub/mccauley/grass/cdhc.tar.gz
Systems     : Unix
Language    : C
Author      : Darrell McCauley, mccauley@ecn.purdue.edu
Version     : 1.0 (12 Sep 1994)
Description : A library for testing normality & exponentiality
Comments    : Draft docs at ftp://pasture.ecn.purdue.edu/pub/mccauley/grass/tutorials/libcdhc-tutorial.ps.gz
              Includes D'Agostino's D, Anderson-Darling, Cramer-Von Mises W^2,
              Kolmogorov-Smirnov, Chi-Square, Shapiro-Wilk, many others.
              Expands and fixes bugs in general/cdh in statlib.
              Other document: http://svn.osgeo.org/grass/grass/branches/releasebranch_5_0/src/sites/cdhc/doc/goodness.ps
