Click or drag to resize

RegressionBaseRegressionMatrix Property

Gets the regression matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix RegressionMatrix { get; }

Property Value

DoubleMatrix
Remarks
The regression matrix is the predictor matrix (the matrix of values of the independent variables in a regression model), plus a column of leading ones, if the model contains an intercept parameter.
If you modify the data in the regression matrix using this reference, invoke the member function RecalculateParameters() to recalculate the parameters.
See Also