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

phi = 1 / sqrt(sqrt_phi) -> phi = 1 / sqrt_phi ^ 2 #485

Closed
seabbs opened this issue Oct 24, 2023 · 1 comment
Closed

phi = 1 / sqrt(sqrt_phi) -> phi = 1 / sqrt_phi ^ 2 #485

seabbs opened this issue Oct 24, 2023 · 1 comment

Comments

@seabbs
Copy link
Contributor

seabbs commented Oct 24, 2023

Epinowcast uses https://github.com/epinowcast/epinowcast/blob/8eff560d1fd8305f5fb26c21324b2bfca1f002b4/inst/stan/epinowcast.stan#L314

phi = 1 / sqrt_phi ^ 2 and this is also the recommend prior here: Prior Choice Recommendations · stan-dev/stan Wiki (github.com)

@seabbs
Copy link
Contributor Author

seabbs commented Oct 26, 2023

Resolved in #487

@seabbs seabbs closed this as completed Oct 26, 2023
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

Successfully merging a pull request may close this issue.

1 participant