Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Has anyone written a monte carlo simulation of backtest returns for Research?

If not, I will do so this weekend, but before I do - anyone remember whether one is suppose to sample returns with replacement or without? I forget.

Simon.

1 response

Haven't actually looked at this, but it's on my list to look at...

https://www.quantopian.com/posts/bayesian-analysis-of-backtest-results

mentions in paragraph 3 that it is using pyMC3 to do it's analysis

Lets create the Bayesian tear sheet. Under the hood this is running
MCMC sampling in PyMC3 to estimate the posteriors which can take quite
a while (that's the reason why we don't generate this by default in
create_full_tear_sheet()).

alan