How to implement variability of non decision time in PYDDM using DDM model? #99
Answered
by
mwshinn
DianaY-J
asked this question in
Ask for help
|
Hi omnipotent Github friends, Recently my colleague and I are trying to fit DDM model to my data, and I want to use variability of non decision time to solve the prematures responses. We think it would be more elegant way than using cut off to get rid of those. We want to use it on simple ddm model without necessarily using gddm model. We thought there must be people trying those before, but we can't find anything in github or in PYDDM cookbook. Does anyone have any idea about how to implement it? Thank you so much in advance! |
Answered by
mwshinn
Jun 3, 2024
Replies: 1 comment 5 replies
|
Hi Diana! If you use the new interface (which I recommend, it is a lot easier!) see: https://pyddm.readthedocs.io/en/latest/cookbook/modelcomponents.html#non-decision-variability |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A DDM model with reaction time variability is by definition a GDDM model! All DDMs are also GDDMs (but not vice versa), and PyDDM doesn't distinguish between the two. So if you've built a model in PyDDM, you've already built a GDDM.