blob: d54782c07639a65f6c266817320a69633c275d2c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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@FreeBSD.org>
|