CRAN/E | rollRegres

rollRegres

Fast Rolling and Expanding Window Linear Regression

Installation

About

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).

github.com/boennecd/rollRegres
Copyright (c) 2018-2019 Benjamin Christoffersen, except dchud.f and dchdd.f. They are originally from LINPACK and are in the public domain in the United States. They are modified by Madeleine Thompson.
System requirements C++11
Bug report File report

Key Metrics

Version 0.1.4
Published 2022-05-04 732 days ago
Needs compilation? yes
License GPL-2
CRAN checks rollRegres results

Downloads

Yesterday 0
Last 7 days 22 +5%
Last 30 days 83 -21%
Last 90 days 285 -21%
Last 365 days 2.596 -63%

Maintainer

Maintainer

Benjamin Christoffersen

boennecd@gmail.com

Authors

Benjamin Christoffersen

cre / aut

Madeleine Thompson

cph

Material

NEWS
Reference manual
Package source

Vignettes

Computation time and features

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

rollRegres archive

Imports

Rcpp
checkmate

Suggests

knitr
rmarkdown
testthat
zoo
roll
microbenchmark
RcppParallel

LinkingTo

Rcpp
RcppArmadillo