boennecd/rollRegres: Fast Rolling and Expanding Window Linear Regression

Methods for fast rolling and expanding linear regression models. That is, series of linear regression models estimated on either an expanding window of data or a moving window of data. The methods use rank-one updates and downdates of the upper triangular matrix from a QR decomposition (see Dongarra, Moler, Bunch, and Stewart (1979) <doi:10.1137/1.9781611971811>).

Getting started

Package details

Maintainer
LicenseGPL-2
Version0.1.4
URL https://github.com/boennecd/rollRegres
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("boennecd/rollRegres")
boennecd/rollRegres documentation built on May 11, 2022, 4:13 p.m.