diff options
Diffstat (limited to 'math/p5-Statistics-Distributions/pkg-descr')
-rw-r--r-- | math/p5-Statistics-Distributions/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/p5-Statistics-Distributions/pkg-descr b/math/p5-Statistics-Distributions/pkg-descr new file mode 100644 index 000000000000..beeddd22ab84 --- /dev/null +++ b/math/p5-Statistics-Distributions/pkg-descr @@ -0,0 +1,10 @@ +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> |