run_mcmc

jaxon.model.run_mcmc(run_title='tmp', num_warmup=5, num_samples=10, quarter=10)[source]

Run MCMC with the NUTS via numpyro.

Parameters
  • run_title (str) – Name of the run

  • num_warmup (int) – Number of iterations in the burn-in phase

  • num_samples (int) – Number of iterations of the sampler

  • quarter (int, list of ints) – Kepler quarters to fit