-
Notifications
You must be signed in to change notification settings - Fork 9
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
Covariance matrices estimation speed #2
Comments
Thank you very much for the proposed improvement! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I wanted to know if there is a specific reason why, in asr_calibrate, the following loop was used for the covariance estimation
line 158
A faster and less memory intensive implementation would be something like this:
Also, I see that that the default blocksize is 10 which seems very low for a correct empirical covariance estimation. Shouldn't we prefer a blocksize at least greater than the number of electrodes (or even blocksize>2*C) ?
Thanks!
The text was updated successfully, but these errors were encountered: