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

Include explicit stan version in reference posterior computations #232

Open
MansMeg opened this issue Mar 5, 2021 · 0 comments
Open

Include explicit stan version in reference posterior computations #232

MansMeg opened this issue Mar 5, 2021 · 0 comments

Comments

@MansMeg
Copy link
Collaborator

MansMeg commented Mar 5, 2021

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"

Functionality to use:
https://mc-stan.org/rstan/reference/stan_version.html

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

No branches or pull requests

1 participant