| PLS1NipalsAlgorithmRegressionVector Property |
Gets the vector of regression,
r, which can be used for making
predictions as follows:
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
yhat = ybar + (z - xbar)'r
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleVector RegressionVector { get; }
Public ReadOnly Property RegressionVector As DoubleVector
Get
public:
property DoubleVector^ RegressionVector {
DoubleVector^ get ();
}
member RegressionVector : DoubleVector with get
Property Value
DoubleVectorSee Also