and returns the estimated period 1/w. This is not a replacement for our Lomb-Scargle implementation, which we decided to keep as-is for now. It just adds an alternative that is simpler but much faster; for example, estimating periods for the datasets.andrzejak EEG data takes 18.3s with this method vs. 15m12s with our existing Lomb-Scargle.
Fits a simple sinuosidal model
and returns the estimated period
1/w
. This is not a replacement for our Lomb-Scargle implementation, which we decided to keep as-is for now. It just adds an alternative that is simpler but much faster; for example, estimating periods for thedatasets.andrzejak
EEG data takes 18.3s with this method vs. 15m12s with our existing Lomb-Scargle.