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

Question about tutorial: Model fitting with correlated noise #121

Open
Whitehaawk opened this issue Sep 1, 2019 · 1 comment
Open

Question about tutorial: Model fitting with correlated noise #121

Whitehaawk opened this issue Sep 1, 2019 · 1 comment

Comments

@Whitehaawk
Copy link

Its possible that im dumb, but I am just wondering why in the final fit the truth dict is used for constructing the model

kwargs = dict(**truth) kwargs["bounds"] = dict(location=(-2, 2)) mean_model = Model(**kwargs)

@dfm
Copy link
Owner

dfm commented Sep 2, 2019

In that step, we're initializing the model parameters. I agree that it's a bit convoluted to initialize at the truth, but it was the easiest option for the tutorial. They will then get updated when optimizing and sampling so the results aren't just showing the truth!

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

2 participants