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

new model: Hyperbolic with non-linear utility function #211

Open drbenvincent opened 6 years ago

drbenvincent commented 6 years ago

Add a new model, hyperbolic discounting but with a power-law nonlinear utility function. This will mean that this toolbox is no longer strictly focussed on discounting-only models, but becomes a more general decision making toolbox. In this model, present subjective value is calculated as

V = u(reward) * 1./(1+k*delay)

where

u(reward) = reward^a, if reward>0

and

u(reward) = -lambda(-reward)^a, if reward<0

where lambda =1 in order to keep this model very simple, ie no loss aversion parameter. We also only have one exponent parameter which is applied to gains and losses. These simplifications can be lifted in a future, model with more parameters.