Tools for Periodic Timeseries (gatspy.periodic)ΒΆ

This module contains tools for analyzing periodic time series. These tools include simple least squares spectral analysis (e.g. LombScargle) as well as non-parametric methods (e.g. SuperSmoother).

All of these fitters are classes which derive from a common PeriodicModeler class, and have a common API.