What's the difference between GDDM and DDM when giving the same range of drift and fixing the other parameters? #108
Unanswered
DianaY-J
asked this question in
Ask for help
Replies: 1 comment 1 reply
-
The DDM is a special case of the GDDM. I don't understand what you mean by fitting a DDM vs a GDDM, since in your case they are the same thing. Fitting a model twice will not always give you the same result because the fitting method is stochastic. It is important to check the robustness of your model fits. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Github folks,
I'm trying to use PYDDM to fit my data, and I tried both GDDM and DDM. It's the same data, I used the same range for drift, and fix all the other parameters to the same constant number, it's the same optimisation method 'differential evolution' as well. However, the drift rate for all the participants are slightly higher in GDDM, and the BIC is in general much better in GDDM as well. I
like the result that GDDM performs better, but I don't get it. I knew GDDM is able to adjust the drift rate, noise, and boundary over time, but I didn't implement a varying drift rate, I gave the same range of drift for the model to estimate, and I fix all the other parameters. I would expect the same result from GDDM and DDM, but there's a significant improvement in GDDM.
I'm curious about this result, and will really appreciate your help and thoughts. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions