Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add References Section to README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ The iPython notebook `Generate Portfolios.ipynb` gives a example walk-through of

## Matlab Instructions
Note that the MTP2 estimator requires matlab installed on your machine. You need to be able to run `matlab` from the command line, as that is how the estimator is called. To do this, you may need to add `export PATH=$PATH:/Applications/MATLAB_R2018a.app/bin` (with whichever version of `matlab` you have) to your `~/.bash_profile`. Verify the `matlab` interpreter comes up when you type `matlab` into your command line.

# References

* Raj Agrawal, Uma Roy, Caroline Uhler,
[Covariance Matrix Estimation under Total Positivity for Portfolio Selection](https://doi.org/10.1093/jjfinec/nbaa018),
Journal of Financial Econometrics, Volume 20, Issue 2, Spring 2022, Pages 367–389.