toms359
toms359,
a FORTRAN77 code which
implements ACM toms algorithm 359, for the factorial
analysis of variance.
The text of many ACM toms algorithms is available online
through ACM:
http://www.acm.org/pubs/calgo
or NETLIB:
http://www.netlib.org/toms/index.html.
Usage:
-
call fnova ( y, z, row, msize, ncls, nfctr )
-
where
Y, the observed vector, of length NCLS,
Z, the output interaction vector of length NCLS,
ROW is a workspace vector whose length is (at least)
the maximum of the entries in MSIZE,
MSIZE is a vector of size NFCTR, containing the
factor sizes;
NCLS is the product of the factors;
NFCTR is the number of factors.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Languages:
toms359 is available in
a FORTRAN77 version.
Related Data and Programs:
toms359_test
Reference:
-
John Howell,
Algorithm 359:
Factorial Analysis of Variance,
Communications of the ACM,
Volume 12, Number 11, page 631, November 1969.
Source Code:
Last revised on 10 November 2023.