-
Notifications
You must be signed in to change notification settings - Fork 0
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
Alternate Framing #8
Comments
In the return maximization problem, In the risk minimization problem, |
For an appropriate value of |
That's a good shout, I think I may have been thinking of the wrong way around. If I get round it this checking for a sign error is where I'll start 👍 |
Skimming through the above notes, shouldn’t the last expression involve |
@gregorgorjanc it should indeed, I think that's a copy past error because the code did use |
We frame this problem as the return maximization problem
which after some wrangling becomes
and this seems to work well. When we first started though, we initially framed the problem as the risk minimization problem
which after similar (though slightly gnarlier) wrangling becomes
We dropped this because the mathematics was far fiddlier, but as a non-crucial extension, it could be interesting to add a similar solver for this formulation to the module. I don't anticipate that being beneficial any more, but in the Jupyter testing I did note that it ran significantly slower on this formulation and it could be interesting to back that with analysis.
The text was updated successfully, but these errors were encountered: