summaryrefslogtreecommitdiff
path: root/math/dcdflib.f/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:11:36 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:11:36 +0000
commit0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch)
tree4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /math/dcdflib.f/DESCR
parent380b33c5710509b50346db575cddab2e83c39c2d (diff)
downloadpkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/dcdflib.f/DESCR')
-rw-r--r--math/dcdflib.f/DESCR20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/dcdflib.f/DESCR b/math/dcdflib.f/DESCR
new file mode 100644
index 00000000000..dd2587520c1
--- /dev/null
+++ b/math/dcdflib.f/DESCR
@@ -0,0 +1,20 @@
+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.