pbaluev: False alarm probability

View source: R/lspfunctions.R

pbaluevR Documentation

False alarm probability

Description

Computes the statistical significance of peaks (range 0-1) in the standardized perodogram. Typically not called by the user.

Usage

pbaluev(Z,fmax,tm)

Arguments

Z

the height of a periodogram peak

fmax

the highest frequency inspected

tm

a vector with measurement timepoints

Details

Based on results in extreme value theory, improved analytic estimations of false alarm probabilities are given.

Value

Returns the significance of the largest peak in the periodogram.

Note

Code based on astropy.timeseries

Author(s)

Thomas Ruf thomas.ruf@vetmeduni.ac.at.

References

Baluev, R. V. (2008). Assessing the statistical significance of periodogram peaks. Monthly Notices of the Royal Astronomical Society, 385(3), 1279-1285.

See Also

summary.lsp

Examples

pbaluev(0.19,2.0,1:100)

lomb documentation built on March 18, 2022, 7:13 p.m.