Class FactorAnalysisEx1

java.lang.Object
com.imsl.test.example.stat.FactorAnalysisEx1

public class FactorAnalysisEx1 extends Object

Computes the principal components on a 9 variable correlation matrix.

This example illustrates the use of the FactorAnalysis class for a nine-variable matrix. The following data were originally analyzed by Emmett(1949). There are \(211\) observations on \(9\) variables. The PRINCIPAL_COMPONENT_MODEL is selected and the input matrix type selected is a CORRELATION_MATRIX.

See Also:
  • Constructor Details

    • FactorAnalysisEx1

      public FactorAnalysisEx1()
  • Method Details