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

AUC: enable calculation, reporting, plotting #180

Closed drbenvincent closed 7 years ago

drbenvincent commented 7 years ago

Calculate the Area Under Curve for all appropriate models, i.e. those with 1 dimensional discount functions.

You can access AUC data using one of these get methods on the fitted model

model.getAUCasStochasticArray()
model.getAUCasTable()