Click or drag to resize

CORegressionCalculation Methods

The CORegressionCalculation type exposes the following members.

Methods
 NameDescription
Public methodCalculateParameters(DoubleMatrix, DoubleVector) Calculates the parameters for a regression using a complete orthogonal decomposition of the regression matrix to solve the least squares problem.
Public methodCalculateParameters(DoubleMatrix, DoubleVector, Boolean) Calculates the parameters for a regression using a complete orthogonal decomposition of the regression matrix to solve the least squares problem.
Public methodClone Creates a deep copy of this CORegressionCalculation.
Top
See Also