Description Usage Arguments Value Author(s) Examples
Runs a discrete correlation function on the input light curves following Edelson & Krolik 1988, using https://github.com/svdataman/sour
1 |
base |
required data frame: Light curve data frame to use as base for DCF. Expects structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
compare |
required data frame: Light curve data frame to compare to base for DCF. Expects structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
beta |
required numeric: PSD slope to use when simmulating light curves, should be the PSD slope of compare |
bin.width |
optional numeric: DCF bin widths for binning of the final DCF |
nsims |
optional numeric: number of simulations to run for DCF confidence contours |
DCF data frame with strcture: tau, dcf, p90, p95, p99, n90, n95, n99
Derek Blue
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.