You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
All of the sample statements are incorrect for Turing Models:
This implies that Turing will sample 2_000 iterations after discarding the nadapts default in NUTS() (which is 1_000). So this gives you 3_000 iterations with 1_000 as warmup.
All of the
sample
statements are incorrect for Turing Models:This implies that Turing will sample 2_000 iterations after discarding the
nadapts
default inNUTS()
(which is 1_000). So this gives you 3_000 iterations with 1_000 as warmup.The correct approach would be:
The text was updated successfully, but these errors were encountered: