Class FactorAnalysis

java.lang.Object
edu.cmu.tetrad.search.FactorAnalysis

public class FactorAnalysis extends Object
Implements the classical Factor Analysis algorithm. Some references include: Horst, P. (1965). Factor analysis of data matrices. Holt, Rinehart and Winston. This work has good specifications and explanations of factor analysis algorithm and methods of communality estimation.

Rummel, R. J. (1988). Applied factor analysis. Northwestern University Press. This book is a good companion to the book listed above. While it doesn't specify any actual algorithm, it has a great introduction to the subject that gives the reader a good appreciation of the philosophy and the mathematics behind factor analysis.

This class is not configured to respect knowledge of forbidden and required edges.

Version:
$Id: $Id
Author:
Mike Freenor