-
Notifications
You must be signed in to change notification settings - Fork 1
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
Putting prior, prior predictive, posterior into one inferencedata for hierarchical sbc #12
Comments
Niko's monster model with adaptive precision, this line uses I also wonder the reason for using ragged array from ragged.stan file which I questioned in discourse. |
Without hierarchy, Before I made the change, I faced
|
Treatment of hierarchical and SBC multi S should be the same. Questions from sbc-cmdstanpy
b. how to set # of estimated parameters in ode model? inventory model from this issue
|
One example of prior predictive (synthetic data generated from s'th prior draw) are as follows, on which posterior is fit.
Error I am facing is:
|
Two large tasks, discussed with @Dashadower.
draws_data_mapping wise
To implement this, first apply this arviz sbc_cmdstanpy by @OriolAbril to stanify for S3R1 case. From commit 3b65e77, I marked three parts for code injection. Then try S3R2 case.
With current implementation (before arviz wrapper code injection), S3R1 runs, creating one generator.nc and three estimator.nc files.
However, S3R2 doesn't run with the following error which requires in-depth exploration for size of each data.
builder (auto stan file generator) wise
update for three parts:
from
to
from
to
from
to
The text was updated successfully, but these errors were encountered: