Benjamin T. Vincent

Results 134 issues of Benjamin T. Vincent

Hi Brian Another feature request, sorry... Currently, it seems that doing `output = stanFit.print();` outputs all the raw text as a cell array. I wondered if it was possible to...

New notebook for the causal inference section. It purposefully follows a very similar template to the causal inference notebooks. Happy to receive suggestions for improvement of course.

Currently, the tags are ordered first by capitalised/uncapitalised, then by alphabetical order. I propose that this change to be only sorted by alphabetical order, regardless of capitalisation. Currently, tags look...

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...

enhancement
plotting
document
models

1/[1+k*(D^S)] - [x] duplicate Hyperboloid files + update the equation - [x] test it works - [x] add to test suite - [x] update docs - [ ] change to...

document
models

(m,c) should be drawn from a multivariate normal distribution - [x] finish JAGS model (for separate models) - [ ] think about reasonable priors updated goals: - [ ] resolve...

enhancement
someday maybe
models

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...

enhancement
code clean up
someday maybe
models

For the Ebert & Prelec discount function (see #184), we are getting imaginary numbers being produced for the AUC score. - Figure out why this is happening - Fix it

bug
models

We want a high level table that includes information about participants, id numbers, conditions, age, etc. ## Method 1: Pass in the name of an experiment table This is perhaps...

enhancement
document

My version V = reward * exp(-a*(delay^b)) This is very similar to the discount function proposed by Ebert & Prelec (2007): V = reward * exp(-(a*delay)^b)) - [x] add to...

models