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

Add common interface tests for minimum required functionality #43

Open
19 tasks
alashworth opened this issue Mar 12, 2019 · 1 comment
Open
19 tasks

Add common interface tests for minimum required functionality #43

alashworth opened this issue Mar 12, 2019 · 1 comment

Comments

@alashworth
Copy link
Owner

Issue by syclik
Friday Aug 08, 2014 at 16:17 GMT
Originally opened as stan-dev/stan#833


We should have a description of the minimum required functionality that a Stan interface must implement.
This may include

  • compiling a Stan model from a file
  • sampling of the model
  • optimization of the model
  • repeatability of results given a fixed seed
  • data I/O
  • exporting generated samples

Additional:

  • what visualizations are available

  • posterior analysis (this should be further broken down)

  • R-hat

  • n_eff

  • extractions

  • samples +/- warmup +/- scrambling +/- structured extraction

  • operations allowed with Stan model

  • log prob +/- constrained

  • gradients

  • higher order derivatives

  • variable name access

  • variable dimensions access

  • transforms to and from constrained form

@alashworth
Copy link
Owner Author

Comment by bob-carpenter
Friday Aug 08, 2014 at 17:13 GMT


[syclik: moved comment and checkboxes to first comment so number of check boxes to completion shows up on issues screen]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant