We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add feature to compute temporal correlation functions between pairwise spike trains or firing rates; generalize _compute_cc_funcs_thalamic_pulses method.
_compute_cc_funcs_thalamic_pulses
We should also replace numpy.correlate with scipy.signal.correlate, which may be orders of magnitude faster with longer signals:
numpy.correlate
scipy.signal.correlate
The text was updated successfully, but these errors were encountered:
espenhgn
No branches or pull requests
Add feature to compute temporal correlation functions between pairwise spike trains or firing rates; generalize
_compute_cc_funcs_thalamic_pulses
method.We should also replace
numpy.correlate
withscipy.signal.correlate
, which may be orders of magnitude faster with longer signals:The text was updated successfully, but these errors were encountered: