Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 930 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 930 Bytes

Estimating the DRW timescale in AGN light curves using celerite

Author: Colin J. Burke, University of Illinois at Urbana-Champaign

This repository is intended to be a simple resource for modeling AGN light curves using celerite-based gaussian processes. This code is easy to install and ~10x faster than carma_pack. Only a few lines of code are required to fit each light curve. This package is particularly useful for efficiently extracting the DRW timescale parameter τ_DRW:

fit_drw(x*u.day, y*u.mag, yerr*u.mag)

example

See demo.ipynb for usage.

Setup:

Clone this repository, then:

pip install -r requirements.txt