LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
88 stars 33 forks source link

Compute x-wavelet from wavelet directly #491

Open khider opened 10 months ago

khider commented 10 months ago

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).