Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: source-changes
Date: 04/17/2001 03:22:42
Module Name: doc
Committed By: jtb
Date: Tue Apr 17 00:22:41 UTC 2001
Modified Files:
doc: pkg-CHANGES
Log Message:
Note addition of dcdflib.f-1.1.
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.
To generate a diff of this commit:
cvs rdiff -r1.4105 -r1.4106 doc/pkg-CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.