blob: 424a6b8a20ebaad119aa541800c85a0d1fe67dd9 (
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@tobez.org>
|