Closed CommonClimate closed 4 months ago
Series.Spectral() now has a freq argument that allows to pass either a string for the method or an array of frequencies.
Series.Spectral()
freq
Series.wavelet() and Series.wavelet_coherence() still use freq_method.
Series.wavelet()
Series.wavelet_coherence()
freq_method
addressed by #580
Series.Spectral()
now has afreq
argument that allows to pass either a string for the method or an array of frequencies.Series.wavelet()
andSeries.wavelet_coherence()
still usefreq_method
.