Arrhenius
=========

.. currentmodule:: Stoner.analysis.fitting.models.thermal

.. autoclass:: Arrhenius
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Arrhenius.components
      ~Arrhenius.display_names
      ~Arrhenius.name
      ~Arrhenius.param_names
      ~Arrhenius.prefix
      ~Arrhenius.valid_forms

   .. rubric:: Methods Summary

   .. autosummary::

      ~Arrhenius.copy
      ~Arrhenius.dump
      ~Arrhenius.dumps
      ~Arrhenius.eval
      ~Arrhenius.eval_components
      ~Arrhenius.fit
      ~Arrhenius.guess
      ~Arrhenius.load
      ~Arrhenius.loads
      ~Arrhenius.make_funcargs
      ~Arrhenius.make_params
      ~Arrhenius.post_fit
      ~Arrhenius.print_param_hints
      ~Arrhenius.set_param_hint

   .. rubric:: Attributes Documentation

   .. autoattribute:: components
   .. autoattribute:: display_names
   .. autoattribute:: name
   .. autoattribute:: param_names
   .. autoattribute:: prefix
   .. autoattribute:: valid_forms

   .. rubric:: Methods Documentation

   .. automethod:: copy
   .. automethod:: dump
   .. automethod:: dumps
   .. automethod:: eval
   .. automethod:: eval_components
   .. automethod:: fit
   .. automethod:: guess
   .. automethod:: load
   .. automethod:: loads
   .. automethod:: make_funcargs
   .. automethod:: make_params
   .. automethod:: post_fit
   .. automethod:: print_param_hints
   .. automethod:: set_param_hint
