pbaluev {lomb} | R 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.p.ruf@me.com.
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
Examples
pbaluev(0.19,2.0,1:100)
[Package lomb version 2.5.0 Index]