LinkedEarth / Pyleoclim_util

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

Upper workflow for spectral #46

Closed khider closed 4 years ago

khider commented 4 years ago

Should we create an upper workflow with all the spectral methods in? In this case, we need to make sure that inputs/ouputs are dictionaries to allow for the variability in outputs for each functions

khider commented 4 years ago

Create upper functions into api to following methods:

  1. spectral -> methods = WWZ, welch, MTM, Periodogram, Lomb-Scargle. Default to WWZ
  2. wavelet -> methods = WWZ, pywavelet. Default to WWZ
  3. causality -> methods = Liang, Granger. Default to Liang
khider commented 4 years ago

Functions in plot.py should be under class methods