TuringLang / TuringGLM.jl

Bayesian Generalized Linear models using `@formula` syntax.
https://turinglang.org/TuringGLM.jl/dev
MIT License
70 stars 7 forks source link

Fix residual calculation for default priors #78

Closed burtonjosh closed 1 year ago

burtonjosh commented 1 year ago

Fixes #77, causes a bunch of tests in tests/turing_model.jl to fail, I'm not sure how the reference inferred parameters were calculated so not sure where to start there.

storopoli commented 1 year ago

Thanks for the PR. Since the earlier tests were made using the wrong scale for the Exponential you can update all of the test models with the newly estimates.

burtonjosh commented 1 year ago

Just ran the Documentation check locally and it passed on my machine, unsure why it failed here.