RLS: Recursive Least Squares
Description
Compute recursive least squares estimation
Usage
RLS(y, x, ist = 30, xpxi = NULL, xpy0 = NULL)
Arguments
y
data of dependent variable
x
data matrix of regressors
ist
initial number of data points used to start the estimation
xpxi
Inverse of the X'X matrix
Value
betaTime-varying regression coefficient estimates
resiThe residual series of recursive least squares estimation