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

Plotting prior and posterior predictive sampling #13

Open
1 of 2 tasks
LegrandNico opened this issue Jan 27, 2023 · 0 comments
Open
1 of 2 tasks

Plotting prior and posterior predictive sampling #13

LegrandNico opened this issue Jan 27, 2023 · 0 comments
Labels

Comments

@LegrandNico
Copy link
Collaborator

LegrandNico commented Jan 27, 2023

Sampling the HGF could mean different things. For prior predictive sampling, we could try to implement:

  • Predictive sampling from the generative model using the probabilistic graph (starting from the leaves up to the roots). This would require writing sampling update steps and a sampling update sequence. The function only requires a number of time step as input argument.
  • Prior and posterior predictive sampling from a distribution over a parameter given the input data. In that case, we just run the model forward using different parameters.

Both samplings should interface with a dedicated plotting function to visualize trajectories.

@LegrandNico LegrandNico changed the title Prior and posterior predictive wrappers Plotting prior and posterior predictive sampling Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant