Click or drag to resize

FactorAnalysisCorrelationExtraction, Rotation Constructor

Overload List
 NameDescription
Public methodFactorAnalysisCorrelationExtraction, Rotation(DoubleMatrix) Constructs a
C#
FactorAnalysisCorrelation
object from the given case data by forming the correlation matrix for the variables, extracting the factors from the correlation matrix based on the correlation coefficients of the variables and rotating the factors 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. By default, unbiased estimates of the case data variable variance are used.
Public methodFactorAnalysisCorrelationExtraction, Rotation(DoubleMatrix, Extraction) Constructs a
C#
FactorAnalysisCorrelation
object from the given case data by forming the correlation matrix for the variables, extracting the factors from the correlation matrix based on the correlation coefficients of the variables and rotating the factors 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. By default, unbiased estimates of the case data variable variance are used.
Public methodFactorAnalysisCorrelationExtraction, Rotation(DoubleMatrix, BiasType) Constructs a
C#
FactorAnalysisCorrelation
object from the given case data by forming the correlation matrix for the variables, extracting the factors from the correlation matrix based on the correlation coefficients of the variables and rotating the factors 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.
Public methodFactorAnalysisCorrelationExtraction, Rotation(DoubleMatrix, BiasType, Extraction) Constructs a
C#
FactorAnalysisCorrelation
object from the given case data by forming the correlation matrix for the variables, extracting the factors from the correlation matrix based on the correlation coefficients of the variables and rotating the factors 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 methodFactorAnalysisCorrelationExtraction, Rotation(DoubleMatrix, BiasType, Extraction, Rotation) Constructs a
C#
FactorAnalysisCorrelation
object from the given case data by forming the correlation matrix for the variables, extracting the factors from the correlation matrix based on the correlation coefficients of the variables and rotating the factors to maximize the relationship between the variables and some of the factors.
Top
See Also