Skip to content

Implementation of the charcoal algorithms for localizing changepoints in high-dimensional linear regression (via complementary sketching)

License

Notifications You must be signed in to change notification settings

gaofengnan/charcoal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charcoal - Novel changepoint detection algorithms in high-dimensional linear regression

(By Fengnan Gao and Tengyao Wang)

Implementation of the changepoint localization methods via the complementary sketching algorithm (collectively named 'charcoal') for high-dimensional regression coefficients, where the regression coefficients need not be individually sparse.

  • Including Algorithms 1, 2, 3 and 4 from Gao and Wang (2022).1
  • A function to generate linear regression samples with (multiple) changepoint(s) is also provided.

Description of files

R package

In ./R/ and ./man/ folders. Can be installed via devtools::install_github('gaofengnan/charcoal') in R.

Footnotes

  1. Gao, F. and Wang, T. (2022) Sparse change detection in high-dimensional linear regression. arXiv preprint, arXiv:2208.06326.

About

Implementation of the charcoal algorithms for localizing changepoints in high-dimensional linear regression (via complementary sketching)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages