renecotyfanboy / jaxspec

jaxspec is an X-ray spectra Bayesian analysis package, relying on JAX to enable just in time compilation
https://jaxspec.readthedocs.io/en/latest/
MIT License
26 stars 1 forks source link

Setup inference part #21

Closed renecotyfanboy closed 1 year ago

renecotyfanboy commented 1 year ago

46 exposes the BayesianModel which can fit a SpectralModel to multiple observations and also exposes the numpyro model to use "out of jaxspec" samplers such as nested sampling, or SVI approaches. Marked as complete for now