Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 1.12 KB

README.md

File metadata and controls

8 lines (7 loc) · 1.12 KB

lrpsadmm-examples

R Jupyter Notebooks showcasing the lrpsadmm R package: https://github.com/benjaminfrot/lrpsadmm

Current Notebooks:

  • (Optional, not related to the package) Download and prepare SP500 data used in the other notebooks: Link to notebook. The data is already in the /data/ directory.
  • Simple application to financial data showcasing the basic functions. Run cross-validation, fit a regularisation path: Link to notebook
  • Tutorial showing how to force some entries to be set to zero in the sparse matrix and how to limit the rank of the low-rank component when performing cross-validation or computing a path. Link to notebook
  • LRPS+GES. Implementation and tutorial for the LRpS+GES method introduced in https://rss.onlinelibrary.wiley.com/doi/10.1111/rssb.12315. Link to notebook