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

Colored noise #541

Closed CommonClimate closed 6 months ago

CommonClimate commented 6 months ago

Implemented colored noise surrogates (power-law spectrum) for PSD, Coherence and Scalogram significance tests. Also implemented in Series.correlation().

Documentation of the SurrogateSeries init method has been expanded to reflect this, and added references for the other methods.

Last piece to close #228.