pbaluev | R Documentation |
Computes the statistical significance of peaks (range 0-1) in the standardized perodogram. Typically not called by the user.
pbaluev(Z,fmax,tm)
Z |
the height of a periodogram peak |
fmax |
the highest frequency inspected |
tm |
a vector with measurement timepoints |
Based on results in extreme value theory, improved analytic estimations of false alarm probabilities are given.
Returns the significance of the largest peak in the periodogram.
Code based on astropy.timeseries
Thomas Ruf thomas.p.ruf@me.com.
Baluev, R. V. (2008). Assessing the statistical significance of periodogram peaks. Monthly Notices of the Royal Astronomical Society, 385(3), 1279-1285.
summary.lsp
pbaluev(0.19,2.0,1:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.