You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a DataArray full of complex numbers, and I compute the correlation of the DataArray with itself.
What did you expect to happen?
The absolute value of the correlation coefficient should be equal to 1, up to numerical precision. However, this is not the case. The returned correlation coefficient is around 0.26 and change depending on the number of values in the array.
What happened?
I create a DataArray full of complex numbers, and I compute the correlation of the DataArray with itself.
What did you expect to happen?
The absolute value of the correlation coefficient should be equal to 1, up to numerical precision. However, this is not the case. The returned correlation coefficient is around 0.26 and change depending on the number of values in the array.
Minimal Complete Verifiable Example
MVCE confirmation
Relevant log output
The text was updated successfully, but these errors were encountered: