The IRegressionCalculation type exposes the following members.

Methods

  NameDescription
CalculateParameters
Calculates the regression parameters for the given matrix of independent values and the given vector of dependent values.
Clone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)

Properties

  NameDescription
Rank
Returns the rank if it was calculated as a byproduct of the parameter calculation.
RankAvailable
Returns true if the rank was calculated as a byproduct of the parameter calculation; otherwise, false.
XTXInv
Gets the matrix formed by taking the inverse of the product of the transpose of the regression matrix with itself, if available.
XTXInvAvailable
Gets a boolean value indicating whether or not the matrix formed by taking the inverse of the product of the transpose of the regression matrix with itself is available.

See Also