kevin218 / Eureka

Eureka! is a data reduction and analysis pipeline intended for time-series observations with JWST.
https://eurekadocs.readthedocs.io/
MIT License
56 stars 43 forks source link

Adding a PyMC3 compatible GP using celerite2 #624

Closed taylorbell57 closed 4 months ago

taylorbell57 commented 4 months ago

This PR adds a GP to the PyMC3 models which is possible thanks to the recent switch to celerite2 over celerite. Celerite2 will also eventually allow us to use jax or PyMC>3 code if/when we implement it. I've been using this in production for a while now and it has been working great!