Gets the vector of regression, r, which can be used for making
predictions as follows:
Namespace:
CenterSpace.NMath.Stats
Let ybar and xbar be the means of the response and
predictor variables, respectively, used to create the model. Then
the predicted response, yhat, for a predictor vector, z
is given by the formula
CopyC#yhat = ybar + (z - xbar)'r
Assembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector RegressionVector { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RegressionVector As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ RegressionVector { DoubleVector^ get (); } |