Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / math / dcdflib.f / DESCR
blobdd2587520c1abd17989228ccdbf3a7cf047d80b9
1 This library contains routines to compute cumulative distribution
2 functions, inverses, and parameters of the distribution for the
3 following set of statistical distributions:
5     (1) Beta
6     (2) Binomial
7     (3) Chi-square
8     (4) Noncentral Chi-square
9     (5) F
10     (6) Noncentral F
11     (7) Gamma
12     (8) Negative Binomial
13     (9) Normal
14     (10) Poisson
15     (11) Student's t
16     (12) Noncentral t
18 Given values of all but one parameter of a distribution, the other is
19 computed.  These calculations are done with FORTRAN Double Precision
20 variables.