drbenvincent / delay-discounting-analysis

Hierarchical Bayesian estimation and hypothesis testing for delay discounting tasks
http://www.inferencelab.com/delay-discounting-analysis/
MIT License
23 stars 9 forks source link

Models: more modular arrangement of files (Easier to add more models) #149

Closed drbenvincent closed 7 years ago

drbenvincent commented 7 years ago

At the moment, it is relatively trivial to add new models. However, the files we need to add (or change) are somewhat scattered, so it would be nice to have a folder you can just drop in and this contains everything needed for a new model. This would be good as it will provide a clear template for people to implement their own models.

Currently each model needs:

Things to change:

drbenvincent commented 7 years ago

Now we have easier folder structure. It's a bit easier to create new models and see what functions we need to write in order to do so. Resolving #152 will make it even easier to add new models.