1/****************************************************************************
2 *
3 * MODULE:       cdhc
4 * AUTHOR(S):    Darrell McCauley, <mccauley ecn.purdue.edu>
5 *               Brad Douglas <rez touchofmadness.com>,
6 *               Markus Neteler <neteler itc.it>,
7 *               Bernhard Reiter <bernhard intevation.de>,
8 *               Radim Blazek <radim.blazek gmail.com>
9 *               Glynn Clements <glynn gclements.plus.com>,
10 * PURPOSE:      library for testing normality & exponentiality
11 * COPYRIGHT:    (C) 2002-2014 by the GRASS Development Team
12 *
13 *               This program is free software under the GNU General Public
14 *               License (>=v2). Read the file COPYING that comes with GRASS
15 *               for details.
16 *
17 *****************************************************************************/
18
19SOURCE:
20Name        : cdhc
21Where       : ftp://pasture.ecn.purdue.edu/pub/mccauley/grass/cdhc.tar.gz
22Systems     : Unix
23Language    : C
24Author      : Darrell McCauley, mccauley@ecn.purdue.edu
25Version     : 1.0 (12 Sep 1994)
26Description : A library for testing normality & exponentiality
27Comments    : Draft docs at ftp://pasture.ecn.purdue.edu/pub/mccauley/grass/tutorials/libcdhc-tutorial.ps.gz
28              Includes D'Agostino's D, Anderson-Darling, Cramer-Von Mises W^2,
29              Kolmogorov-Smirnov, Chi-Square, Shapiro-Wilk, many others.
30              Expands and fixes bugs in general/cdh in statlib.
31              Other document: https://github.com/OSGeo/grass-legacy/blob/releasebranch_5_0/src/sites/cdhc/doc/goodness.ps
32