GSproc {GPoM} | R Documentation |
Gram-Schmidt procedure
Description
Computes regressors coefficients using the Gram-Schmidt procedure.
Usage
GSproc(polyK, ivec, weight = NULL)
Arguments
polyK |
One list including |
ivec |
Defines i, the current vector of |
weight |
The weighing vector. |
Value
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.
Author(s)
Sylvain Mangiarotti
[Package GPoM version 1.4 Index]