estimate practice effects in non-decision time #111
Unanswered
TinusUU
asked this question in
Ask for help
Replies: 1 comment 1 reply
-
If you are using the latest version of PyDDM, this should have an analytical solution. You can confirm this with m.has_analytical_solution(). You also have a typo on the second line ("* if"). But this should be pretty fast. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to model practice effect in non-decision time. I assume an exponential decay. In addition, I expect this to be different for hard vs easy trials. I fit the model below over 500 trials, which is working fine, but very slow.
Could this be done more efficient? Any suggestions?
Best,
Martijn
Beta Was this translation helpful? Give feedback.
All reactions