|  | Regression | 
IFactorScores
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe RegressionFactorScores type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RegressionFactorScores | Constructs a C# RegressionFactorScores | 
|  | RegressionFactorScores(Double) | Constructs a C# RegressionFactorScores | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CorrelationTolerance | Correlation tolerance. Values in the correlation matrix with magnitude less than this value will be considered zero in the regression calculation. The defaule value is 1e-10. | 
 Methods
Methods| 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. | 
 See Also
See Also