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
29 stars 2 forks source link

Refactor code to help writing custom fitters #176

Open renecotyfanboy opened 3 months ago

renecotyfanboy commented 3 months ago

Code for Fitter classes should be revamped so that it only requires to give posterior samples to generate everything else. It should help people to write their own fitter engines.