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

generalise the Choice Function #195

Open drbenvincent opened 7 years ago

drbenvincent commented 7 years ago

at the moment I've just assumed that we will always use the same choice function (i.e. the psychometric function, with alpha and epsilon parameters. But it would be good to explore others (e.g. softmax) so I'll need to go through the code and un-hardwire anything relating to the choice function.