![]() | RegressionFactorScores Methods |
The RegressionFactorScores type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComputeFactorScores |
Computes the factor scores using the given data, the covariance matrix
for the data, and the extracted factors. Specifically this method
computes and returns the solution X to the matrix equation
RX = B,
where
R = covariance matrix,
B = factor matrix.
|