mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c8df88ddad
Do the same for pkg-descr files. Approved by: markm
11 lines
529 B
Plaintext
11 lines
529 B
Plaintext
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@FreeBSD.org>
|