drbenvincent / darc_toolbox

Run adaptive decision making experiments
MIT License
16 stars 2 forks source link

store posterior summary stats for each trial #51

Closed drbenvincent closed 5 years ago

drbenvincent commented 5 years ago

It is useful to know how the posterior evolves over trials. So we are going to:

drbenvincent commented 5 years ago

This is currently done in the (non-user-facing) simulated_experiment_trial_loop function in dev/darc_parameter_recovery.py. So this is not done automatically by the model at this point. It may well be useful to do that so that people can easily diagnose things.