richteague / eddy

Python tools to recover precise rotation profiles of disks.
MIT License
18 stars 10 forks source link

Allow for a GP to model covariance matrix #26

Open richteague opened 2 years ago

richteague commented 2 years ago

Posteriors are wildly underestimated, likely due to the poor (non-existent) handling of uncertainties. Try and implement a GP to model the covariance matrix and then marginalize over its hyper-parameters to see if that improves the returned posteriors.

richteague commented 2 years ago

This is probably the way to go: https://tinygp.readthedocs.io/en/stable/tutorials/multivariate.html.