PyDDM
PyDDM copied to clipboard
A drift-diffusion modeling (DDM) framework for Python
I am trying to fit across-trials drifts, but i cannot access the estimated drifts. I followed the steps suggested on the documentation page, but maybe i'm doing something wrong (?):...
When I try to run a DDM with noise > 1 and a linear collapsing bound using the analytical solver, I get errors such as the following (see below). I...
Support for undecided trials is currently not fully baked into model fitting and other parts of the codebase. E.g.: model loss functions (can't combine discrete and continuous likelihood); Sample conversion...
Dear pyddm developers! Thank you for developing this excellent package. But I ran into a problem and don't know if it's a bug. Refer to your example (monkey) to fit...
Hi Max, I hope this message finds you well. I received this warning many times when I used the LossByMeans class for the customized loss function. https://pyddm.readthedocs.io/en/stable/cookbook/loss.html#loss-means Warning: This function...