PowerLaw
========

.. currentmodule:: Stoner.analysis.fitting.models.generic

.. autoclass:: PowerLaw
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PowerLaw.components
      ~PowerLaw.name
      ~PowerLaw.param_names
      ~PowerLaw.prefix
      ~PowerLaw.valid_forms

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: components
   .. 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
