-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new 'non parametric' discount function estimation #53
Labels
Comments
drbenvincent
added a commit
that referenced
this issue
Nov 28, 2018
drbenvincent
added a commit
that referenced
this issue
Nov 28, 2018
drbenvincent
added a commit
that referenced
this issue
Nov 28, 2018
drbenvincent
added a commit
that referenced
this issue
Nov 28, 2018
drbenvincent
added a commit
that referenced
this issue
Dec 22, 2018
drbenvincent
changed the title
new model: MultiDelaySlice
new 'non parametric' discount function estimation
Dec 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the ability to estimate a 'non parametric' discount function. This will amount to an approach very similar to Frye et al (2016) in that we are attempting to locate indifference points at a number of delay 'slices'. It is different however in that it is using the Bayesian Adaptive Design approach. It would effectively be doing multiple Psychometric Function Estimation.
Step 1: implement a single
DelaySlice
modelThis will basically be BAD applied to a psychometric function.
DelaySlice
model implementedStep 2: do 'non parametric' estimation by wrapping multiple
DelaySlice
models for different delaysWe will use multiple instances of the
DelaySlice
model, each set up for a different delay. Each trial can then focus on one of the particular designs.Future work
The text was updated successfully, but these errors were encountered: