lgh0504 / covpred

Covariance prediction via convex optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covpred

Covariance prediction via convex optimization (covpred) in Python. This package implements the methods described in the paper Covariance Prediction via Convex Optimization. At a high level, the package creates covariance matrix predictors. For more details behind the methods, we highly recommend checking out the paper.

Installation

Run

pip install git+https://github.com/cvxgrp/covpred.git

Running the examples

There are two examples, both of which can be found in the examples folder. To see how the package is used, we recommend checking out the examples.

Citing

If you use covpred in your research, please consider citing us by using the following bibtex:

@misc{barratt2021covariance,
  title={Covariance prediction via convex optimization},
  author={Barratt, Shane and Boyd, Stephen}
  year={2021},
  howpublished={\texttt{https://stanford.edu/~boyd/papers/forecasting_covariances.html}}
}

License

This repository carries a permissive Apache 2.0 license.

About

Covariance prediction via convex optimization

License:Apache License 2.0


Languages

Language:Python 100.0%