You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Sampling the HGF could mean different things. For prior predictive sampling, we could try to implement:
Both samplings should interface with a dedicated plotting function to visualize trajectories.
The text was updated successfully, but these errors were encountered: