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
If the wavelet analysis was run first on two series, use the resulting Scalogram objects to compute coherence and produce a Coherence object. This new method would be attached to the Scalogram class as such:
scal1.coherence(scal2)
Need checks that the axes are the same (tau/frequency or scale are the same).
The text was updated successfully, but these errors were encountered:
If the wavelet analysis was run first on two series, use the resulting Scalogram objects to compute coherence and produce a Coherence object. This new method would be attached to the Scalogram class as such:
scal1.coherence(scal2)
Need checks that the axes are the same (tau/frequency or scale are the same).
The text was updated successfully, but these errors were encountered: