jaxns with tinygp models #78
-
Hi, I'm trying to use nested sampling to do model comparison with tinygp models, and I figured this would be the ideal package to use since it's also built on JAX. However, I'm having a hard time getting started. To show how I'd like to use jaxns, I've adapted a tutorial from the tinygp documentation to show how I'm currently using UltraNest with tinygp. If somebody could adapt my example to use jaxns instead of UltraNest, it should be enough for me to get to grips with using it as a replacement for UltraNest:
The resulting figure can be seen here. Package versions: tinygp=0.2.3, UltraNest=3.5.7, JAX=0.4.1, Python=3.11. I really appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here you can find a tutorial on how to do Gaussian processes with JAXNS: https://jaxns.readthedocs.io/en/latest/examples/gaussian_process_marginalisation.html |
Beta Was this translation helpful? Give feedback.
Here you can find a tutorial on how to do Gaussian processes with JAXNS: https://jaxns.readthedocs.io/en/latest/examples/gaussian_process_marginalisation.html