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

Create methods for simulating from prior and predictive distributions #202

Closed
damonbayer opened this issue Jun 18, 2024 · 1 comment · Fixed by #218
Closed

Create methods for simulating from prior and predictive distributions #202

damonbayer opened this issue Jun 18, 2024 · 1 comment · Fixed by #218
Assignees

Comments

@damonbayer
Copy link
Collaborator

Pre-requisite to #169.

Model class should have model.sample_prior() and model.predict(samples) methods.

@AFg6K7h4fhy2
Copy link
Collaborator

This was mentioned in Teams.

Did you have an (eventual) solution in mind beyond kwargs? I feel it works well for what we have now but might change in the future if there is something better.

Response:

It would be nice if you didn’t have to pass any arguments at all. I would want to somehow differentiate between a model and a model with data.

@damonbayer damonbayer changed the title Create and demonstrate methods for simulating from prior and computing predictive distributions Create methods for simulating from prior and predictive distributions Jul 1, 2024
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

Successfully merging a pull request may close this issue.

2 participants