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
Now only rstan version is included in the reference posterior. Since pystan might not follow stan versions, we should add an additional slot for stan version in all reference posterior computations.
Current structure:
"rstan_version": "rstan 2.21.1",
"r_Makevars": ...
"r_version": ...
"r_session": ...
"r_summary_statistic": "posterior R package, version 0.1.2"
Proposed structure:
"stan_version": "2.21",
"interface_version": "rstan 2.21.1",
"r_Makevars": ...
"r_version": ...
"r_session": ...
"r_summary_statistic": "posterior R package, version 0.1.2"
Now only rstan version is included in the reference posterior. Since pystan might not follow stan versions, we should add an additional slot for stan version in all reference posterior computations.
Current structure:
Proposed structure:
Functionality to use:
https://mc-stan.org/rstan/reference/stan_version.html
The text was updated successfully, but these errors were encountered: