GSproc | R Documentation |
Computes regressors coefficients using the Gram-Schmidt procedure.
GSproc(polyK, ivec, weight = NULL)
polyK |
One list including |
ivec |
Defines i, the current vector of |
weight |
The weighing vector. |
uNew
The model parameterization, that is:
The residual orthogonal vector that can be included into
the current orthogonal base. If the current base is empty,
uNew
is equal to the input vector of $Y
;
if the base is complete, uNew
equals 0.
Sylvain Mangiarotti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.