Learn R Programming

lomb (version 2.5.0)

pbaluev: 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)

Value

Returns the significance of the largest peak in the periodogram.

Arguments

Z

the height of a periodogram peak

fmax

the highest frequency inspected

tm

a vector with measurement timepoints

Author

Thomas Ruf thomas.p.ruf@me.com.

Details

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

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

Run this code
pbaluev(0.19,2.0,1:100)

Run the code above in your browser using DataLab