[][src]Module light_curve_feature::periodogram

Modules

recurrent_sin_cos

Structs

AverageNyquistFreq

$\Delta t = \mathrm{duration} / (N - 1)$ is the mean time interval between observations

FreqGrid
MedianNyquistFreq

$\Delta t$ is the median time interval between observations

Periodogram

Lamb-Scargle periodogram calculator on uniform frequency grid

PeriodogramPowerDirect

Direct periodogram executor

PeriodogramPowerFft

"Fast" (FFT-based) periodogram executor

QuantileNyquistFreq

$\Delta t$ is the $q$th quantile of time intervals between subsequent observations

Traits

FloatSupportedByFft
NyquistFreq

Derive Nyquist frequency from time series

PeriodogramPower

Periodogram execution algorithm