summaryrefslogtreecommitdiff
path: root/math/dcdflib.f/patches/patch-ab
AgeCommit message (Collapse)AuthorFilesLines
2009-12-12Support staged installation.asau1-2/+2
2006-06-09Fixed pkglint warnings. Fixed gcc warnings. Bumped PKGREVISION since therillig1-2/+2
unfixed package may silently fail when sizeof(int) != sizeof(long).
2001-04-17Initial import of dcdflib.f.jtb1-0/+31
This library contains routines to compute cumulative distribution functions, inverses, and parameters of the distribution for the following set of statistical distributions: (1) Beta (2) Binomial (3) Chi-square (4) Noncentral Chi-square (5) F (6) Noncentral F (7) Gamma (8) Negative Binomial (9) Normal (10) Poisson (11) Student's t (12) Noncentral t Given values of all but one parameter of a distribution, the other is computed. These calculations are done with FORTRAN Double Precision variables.