exoplanet

https://img.shields.io/badge/GitHub-dfm%2Fexoplanet-blue.svg?style=flat https://img.shields.io/badge/license-MIT-blue.svg?style=flat https://img.shields.io/travis/dfm/exoplanet/master.svg?style=flat https://img.shields.io/readthedocs/exoplanet.svg?style=flat https://zenodo.org/badge/138077978.svg https://img.shields.io/badge/powered_by-starry-EB5368.svg?style=flat https://img.shields.io/badge/powered_by-celerite-EB5368.svg?style=flat https://img.shields.io/badge/powered_by-PyMC3-EB5368.svg?style=flat https://img.shields.io/badge/powered_by-AstroPy-EB5368.svg?style=flat

exoplanet is a toolkit for probabilistic modeling of transit and/or radial velocity observations of exoplanets and other astronomical time series using PyMC3. PyMC3 is a flexible and high-performance model building language and inference engine that scales well to problems with a large number of parameters. exoplanet extends PyMC3’s language to support many of the custom functions and distributions required when fitting exoplanet datasets. These features include:

All of these functions and distributions include methods for efficiently calculating their gradients so that they can be used with gradient-based inference methods like Hamiltonian Monte Carlo, No U-Turns Sampling, and variational inference. These methods tend to be more robust than the methods more commonly used in astronomy (like ensemble samplers and nested sampling) especially when the model has more than a few parameters. For many exoplanet applications, exoplanet (the code) can improve the typical performance by orders of magnitude.

exoplanet is being actively developed in a public repository on GitHub so if you have any trouble, open an issue there.

License & attribution

Copyright 2018, Daniel Foreman-Mackey.

The source code is made available under the terms of the MIT license.

If you make use of this code, please cite this package and its dependencies. You can find more information about how and what to cite in the Citing exoplanet & its dependencies documentation.

Changelog