Click or drag to resize

DoubleFactorAnalysisExtraction, Rotation Constructor

Overload List
 NameDescription
Protected methodDoubleFactorAnalysisExtraction, Rotation(DoubleFactorAnalysisExtraction, Rotation) Copy constructor. Initializes self with the state of other.
Public methodDoubleFactorAnalysisExtraction, Rotation(DoubleSymmetricMatrix) Constructs a
C#
DoubleFactorAnalysis
object from the given matrix data. Factors are extracted from the matrix of varaible relations (correlation or covariance) and then rotated to maximize the relationship between the variables and some of the factors. Factor extraction will be performed by an instance of the
C#
Extraction
class type parameter constructed with no arguments, and factor rotation will be performed by an instance of the
C#
Rotation
class type parameter constructed with no arguments. Variance estimates will be unbiased.
Public methodDoubleFactorAnalysisExtraction, Rotation(DoubleSymmetricMatrix, Extraction) Constructs a
C#
DoubleFactorAnalysis
object from the given matrix data. Factors are extracted from the matrix of varaible relations (correlation or covariance) and then rotated to maximize the relationship between the variables and some of the factors. Factor rotation will be performed by an instance of the
C#
Rotation
class type parameter constructed with no arguments. Variance estimates will be unbiased.
Public methodDoubleFactorAnalysisExtraction, Rotation(DoubleSymmetricMatrix, BiasType) Constructs a
C#
DoubleFactorAnalysis
object from the given matrix data. Factors are extracted from the matrix of varaible relations (correlation or covariance) and then rotated to maximize the relationship between the variables and some of the factors. Factor extraction will be performed by an instance of the
C#
Extraction
class type parameter constructed with no arguments, and factor rotation will be performed by an instance of the
C#
Rotation
class type parameter constructed with no arguments.
Protected methodDoubleFactorAnalysisExtraction, Rotation(BiasType, Extraction, Rotation) Constructs a
C#
DoubleFactorAnalysis
object with the given factor analysis options. No data is specified. The constructor is used by deriving classes to set up a factor analysis on a particular correlation or covaraince matrix. Construction is followed by a call to the
C#
Analyze
method on the resulting object.
Public methodDoubleFactorAnalysisExtraction, Rotation(DoubleSymmetricMatrix, BiasType, Extraction) Constructs a
C#
DoubleFactorAnalysis
object from the given matrix data. Factors are extracted from the matrix of varaible relations (correlation or covariance) and then rotated to maximize the relationship between the variables and some of the factors. Factor rotation will be performed by an instance of the
C#
Rotation
class type parameter constructed with no arguments.
Public methodDoubleFactorAnalysisExtraction, Rotation(DoubleSymmetricMatrix, BiasType, Extraction, Rotation) Constructs a
C#
DoubleFactorAnalysis
object from the given matrix data. Factors are extracted from the matrix of varaible relations (correlation or covariance) and then rotated to maximize the relationship between the variables and some of the factors.
Top
See Also