1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/math/p5-Statistics-Table-F/pkg-descr
Will Andrews 182937580d Add p5-Statistics-Table-F 0.02, perl module for computing the statistical
F-ratio.

PR:		24013
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:03:54 +00:00

11 lines
342 B
Plaintext

A Perl module that performs the analysis of variance (ANOVA) for
multiple data sets with varying numbers of elements by computing the
F-ratio.
The F-ratio is defined as the mean square between (the variance between
the means of each data set) divided by the mean square within (the mean
of the variance estimates).
-Anton
<tobez@tobez.org>