All Projects → dfm → Celerite

dfm / Celerite

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

Programming Languages

python
139335 projects - #7 most used programming language
cpp
1120 projects
julia
2034 projects

Projects that are alternatives of or similar to Celerite

Exoplanet
Fast & scalable MCMC for all your exoplanet needs!
Stars: ✭ 122 (-21.29%)
Mutual labels:  time-series, gaussian-processes, astronomy
starclass
Stellar Classification
Stars: ✭ 15 (-90.32%)
Mutual labels:  astronomy, stars
astrolabe
Make your own cardboard model astrolabe
Stars: ✭ 32 (-79.35%)
Mutual labels:  astronomy, stars
models
Forecasting 🇫🇷 elections with Bayesian statistics 🥳
Stars: ✭ 24 (-84.52%)
Mutual labels:  time-series, gaussian-processes
Lightkurve
A friendly package for Kepler & TESS time series analysis in Python.
Stars: ✭ 232 (+49.68%)
Mutual labels:  time-series, astronomy
Stellarium
Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
Stars: ✭ 3,010 (+1841.94%)
Mutual labels:  stars, astronomy
P4J
Periodic time series analysis tools based on information theory
Stars: ✭ 42 (-72.9%)
Mutual labels:  time-series, astronomy
Gaiasky
Mirror of Gaia Sky repository hosted on Gitlab: https://gitlab.com/langurmonkey/gaiasky
Stars: ✭ 162 (+4.52%)
Mutual labels:  stars, astronomy
periodicity
Useful tools for periodicity analysis in time series data.
Stars: ✭ 15 (-90.32%)
Mutual labels:  time-series, gaussian-processes
George
Fast and flexible Gaussian Process regression in Python
Stars: ✭ 379 (+144.52%)
Mutual labels:  time-series, gaussian-processes
Stingray
Anything can happen in the next half hour (including spectral timing made easy)!
Stars: ✭ 94 (-39.35%)
Mutual labels:  time-series, astronomy
planisphere
Make your own cardboard model planisphere
Stars: ✭ 28 (-81.94%)
Mutual labels:  astronomy, stars
k2sc
K2 systematics correction using Gaussian processes
Stars: ✭ 15 (-90.32%)
Mutual labels:  astronomy, gaussian-processes
Western constellations atlas of space
Code, data, and instructions to map every star you can see from Earth
Stars: ✭ 121 (-21.94%)
Mutual labels:  stars, astronomy
Survival Analysis Using Deep Learning
This repository contains morden baysian statistics and deep learning based research articles , software for survival analysis
Stars: ✭ 139 (-10.32%)
Mutual labels:  time-series, gaussian-processes
Anomaly detection tuto
Anomaly detection tutorial on univariate time series with an auto-encoder
Stars: ✭ 144 (-7.1%)
Mutual labels:  time-series
Astro Rust
Astronomical algorithms in Rust
Stars: ✭ 151 (-2.58%)
Mutual labels:  astronomy
Ngx Bar Rating
Angular Bar Rating
Stars: ✭ 146 (-5.81%)
Mutual labels:  stars
Tscv
Time Series Cross-Validation -- an extension for scikit-learn
Stars: ✭ 145 (-6.45%)
Mutual labels:  time-series
Pyfts
An open source library for Fuzzy Time Series in Python
Stars: ✭ 154 (-0.65%)
Mutual labels:  time-series

This project has been superseded by celerite2 <https://github.com/exoplanet-dev/celerite2>_. This project will continue to be maintained at a basic level, but no new features will be added and I have limited capacity so you're encouraged to check out the new version.

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

Read the documentation at: celerite.rtfd.io <http://celerite.readthedocs.io>_.

.. image:: https://img.shields.io/badge/GitHub-dfm%2Fcelerite-blue.svg?style=flat :target: https://github.com/dfm/celerite .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat&bust :target: https://github.com/dfm/celerite/blob/main/LICENSE .. image:: http://img.shields.io/travis/dfm/celerite/main.svg?style=flat :target: https://travis-ci.org/dfm/celerite .. image:: https://readthedocs.org/projects/celerite/badge/?version=latest&style=flat&bust=truer :target: http://celerite.readthedocs.io/en/latest/?badge=latest .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.806847.svg?style=flat :target: https://doi.org/10.5281/zenodo.806847 .. image:: https://img.shields.io/badge/PDF-latest-orange.svg?style=flat :target: https://github.com/dfm/celerite/blob/main-pdf/paper/ms.pdf .. image:: https://img.shields.io/badge/ArXiv-1703.09710-orange.svg?style=flat :target: https://arxiv.org/abs/1703.09710

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

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

.. code-block:: tex

@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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].