-
Notifications
You must be signed in to change notification settings - Fork 102
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
compute_dprime function has n_hits, n_miss, n_cr, n_fa hard coded #76
Comments
Indeed a bug that must have passed through the tests! thanks for noticing!! |
No worries! It also looks like there's a bug in the dprime calculation where hit_rate_adjusted is subtracted from hit_rate_adjusted rather than fa_rate_adjusted
|
Damn! lucky you're here :) |
hah, no problem! Gonna close this issue now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi--Thanks for developing this repo. I wanted to compare my own dprime/aprime calculations with ones from other repos and found the following:
NeuroKit.py/neurokit/statistics/routines.py
Line 81 in 867655f
Should be an easy fix. Thanks!
The text was updated successfully, but these errors were encountered: