Click or drag to resize

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

C#
yhat = ybar + (z - xbar)'r


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

Property Value

DoubleVector
See Also