Click or drag to resize

FactorAnalysisCorrelationExtraction, Rotation Properties

The FactorAnalysisCorrelationExtraction, Rotation type exposes the following members.

Properties
 NameDescription
Public propertyCaseData Gets the case data being analyzed.
Public propertyCumulativeVarianceProportions Gets the cumulative variance proportions.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyExtractedCommunalities This is the proportion of each variable's variance that can be explained by the extracted factors jointly. The ith entry corresponds to the ith variable.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyFactorExtraction Gets the object that performs the factor extraction.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyFactorRotation Gets the object that performs the factor rotation.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyFactors Gets the extracted factors. Each column of the matrix is a factor.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyInitialCommunalities This is the proportion of each variable's variance that can be explained by the factors jointly. The ith entry corresponds to the ith variable.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyMatrixData Gets the matrix data from which factors were extracted. This is either the correlation matrix of the covariance matrix.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyMeans Gets the vector of variable means. This is the column means of the case data being analyzed.
Public propertyNumberOfFactors The number of factors extracted.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyRotatedFactors Gets the rotated factors (will be the same as
C#
Factors
property if
C#
NoRotation
is the rotation class parameter type). Each column of the matrix is a factor.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyRotatedSumOfSquaredLoadings Gets the sum of squared loadings for each rotated extracted factor.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyStandardDeviations Gets the vector of variable standard deviations. This is the column standard deviations of the case data being analyzed.
Public propertyStandardizedCaseData Gets the case data standardized to have zero mean and unit variance.
Public propertySumOfSquaredLoadings Gets the sum of squared loadings for each extracted factor.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public propertyVarianceProportions Gets a vector of proportion of variance explained by each factor. The ith entry corresoponds to the ith factor.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Top
See Also