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

generate_quantities - more intelligent reading of CSV header file #943

Closed
mitzimorris opened this issue Oct 30, 2020 · 1 comment
Closed

Comments

@mitzimorris
Copy link
Member

mitzimorris commented Oct 30, 2020

Summary:

Generate quantities method currently has var hmc_fixed_cols which expects NUTS sampler output columns.
Instead, read CSV column header names; sampler variable names end in __ - calculate offset from this.
This will allow more inputs consisting of just parameter columns from a set of draws.

Description:

We want to make the use of generate_quantities method work in a production setting by allowing minimal CSV file which is still parse-able by Stan CSV reader, since we still need to allow full Stan CSV files as well.

Current Version:

v2.24.0

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

2 participants