freebsd-ports/math/p5-Statistics-Distributions/pkg-descr
Will Andrews 8ac638cb9a Add p5-Statistics-Distributions 0.05, perl module that calculates
critical values of common statistical distributions.

PR:		23999
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:01:32 +00:00

10 lines
527 B
Text

This Perl module calulates percentage points (5 significant digits) of
the u (standard normal) distribution, the student's t distribution, the
chi-square distribution and the F distribution. It can also calculate
the upper probability (5 significant digits) of the u (standard normal),
the chi-square, the t and the F distribution. These critical values are
needed to perform statistical tests, like the u test, the t test, the F
test and the chi-squared test, and to calculate confidence intervals.
-Anton
<tobez@tobez.org>