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

Burn-in iterations: is there any way to change the proportion of burn-in iterations of MCMC sampling? #43

Open
RYZ0521 opened this issue Aug 27, 2020 · 2 comments

Comments

@RYZ0521
Copy link

RYZ0521 commented Aug 27, 2020

The default proportion of burn-in is set to be 0.1 of the total number of MCMC samplings. Is there any way to change this to a larger proportion?

@RYZ0521 RYZ0521 changed the title Burn-in sampls Burn-in iterations: is there any way to change the proportion of burn-in iterations of MCMC sampling? Aug 27, 2020
@alhauser
Copy link
Collaborator

Currently, it is not possible to change this proportion.

This could be enabled by adding a new entry to the model.args argument of CausalImpact(), and passing it down to GetPosteriorSamples() where the burn-in rate of 0.1 is currently hardcoded. This would require downstream changes in tests and documentation, too.

We currently don't have plans to add this option as the default burn-in rate typically works well, but feel free to create a pull request if you want to implement that functionality.

@steve-the-bayesian
Copy link

steve-the-bayesian commented Jul 15, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants