McmcSampler
===========

.. currentmodule:: jetset.mcmc

.. autoclass:: McmcSampler
   :show-inheritance:

   .. rubric:: Methods Summary

   .. autosummary::

      ~McmcSampler.corner_plot
      ~McmcSampler.get_par
      ~McmcSampler.get_par_quantiles
      ~McmcSampler.load
      ~McmcSampler.plot_chain
      ~McmcSampler.plot_model
      ~McmcSampler.plot_par
      ~McmcSampler.reset_to_best_fit
      ~McmcSampler.reset_to_mcmc
      ~McmcSampler.run_sampler
      ~McmcSampler.save
      ~McmcSampler.set_bounds
      ~McmcSampler.set_labels
      ~McmcSampler.set_plot_label

   .. rubric:: Methods Documentation

   .. automethod:: corner_plot
   .. automethod:: get_par
   .. automethod:: get_par_quantiles
   .. automethod:: load
   .. automethod:: plot_chain
   .. automethod:: plot_model
   .. automethod:: plot_par
   .. automethod:: reset_to_best_fit
   .. automethod:: reset_to_mcmc
   .. automethod:: run_sampler
   .. automethod:: save
   .. automethod:: set_bounds
   .. automethod:: set_labels
   .. automethod:: set_plot_label
