Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lomb-package

Lomb-Scargle Periodogram


Description

The Lomb-Scargle periodogram is the most wideley used method to detect even weak periodoc components in unequally sampled time series. It can also be used for equally sampled time series.

Details

Package: lomb
Type: Package
Version: 1.2
Date: 2013-10-16
License: GPL-2

Function lsp computes the Lomb-Scargle periodogram for unevenly sampled times series (e.g., series with missing data). P-values for the highest peak in the periodogram are computed from the exponential distribution. Alternatively, function randlsp computes a p-value for the largest peak in the periodogram by repeatedly randomising the time-series sequence. Both functions allow setting the range of frequencies to be inspected, as well as the stepsize (oversampling factor) used for frequency scanning.

Author(s)

Thomas Ruf
Department of Integrative Biology and Evolution,
University of Veterinary Medicine, Vienna, Austria
Maintainer: Thomas Ruf thomas.ruf@vetmeduni.ac.at

References

Ruf, T. (1999) The Lomb-Scargle Periodogram in Biological Rhythm Research: Analysis of Incomplete and Unequally Spaced Time-Series. Biological Rhythm Research 30: 178–201

Examples

data(lynx)
lsp(lynx)

lomb

Lomb-Scargle Periodogram

v1.2
GPL (>= 2)
Authors
Thomas Ruf, partially based on C original by Press et al. (Numerical Recipes)
Initial release
2019-11-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.