/celerite

Scalable 1D Gaussian Processes in C++, Python, and Julia

Primary LanguageC++MIT LicenseMIT

celerite: Scalable 1D Gaussian Processes in C++, Python, and Julia

Read the documentation at: celerite.rtfd.io.

https://img.shields.io/badge/GitHub-dfm%2Fcelerite-blue.svg?style=flat http://img.shields.io/badge/license-MIT-blue.svg?style=flat&bust http://img.shields.io/travis/dfm/celerite/master.svg?style=flat https://ci.appveyor.com/api/projects/status/74al24yklrlrvwni/branch/master?svg=true&style=flat https://readthedocs.org/projects/celerite/badge/?version=latest&style=flat&bust=truer https://zenodo.org/badge/DOI/10.5281/zenodo.806847.svg?style=flat https://img.shields.io/badge/PDF-latest-orange.svg?style=flat https://img.shields.io/badge/ArXiv-1703.09710-orange.svg?style=flat

The Julia implementation is being developed in a different repository: ericagol/celerite.jl. Issues related to that implementation should be opened there.

If you make use of this code, please cite the following paper:

@article{celerite,
    author = {{Foreman-Mackey}, D. and {Agol}, E. and {Angus}, R. and
              {Ambikasaran}, S.},
     title = {Fast and scalable Gaussian process modeling
              with applications to astronomical time series},
      year = {2017},
   journal = {AJ},
    volume = {154},
     pages = {220},
       doi = {10.3847/1538-3881/aa9332},
       url = {https://arxiv.org/abs/1703.09710}
}