ModelParameter
==============

.. currentmodule:: jetset.model_parameters

.. autoclass:: ModelParameter
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ModelParameter.adimensional
      ~ModelParameter.fit_range
      ~ModelParameter.frozen
      ~ModelParameter.immutable
      ~ModelParameter.islog
      ~ModelParameter.linked
      ~ModelParameter.par_expr
      ~ModelParameter.par_expression_source_code
      ~ModelParameter.units
      ~ModelParameter.val
      ~ModelParameter.val_lin
      ~ModelParameter.val_log

   .. rubric:: Methods Summary

   .. autosummary::

      ~ModelParameter.free
      ~ModelParameter.freeze
      ~ModelParameter.get
      ~ModelParameter.get_bestfit_description
      ~ModelParameter.get_description
      ~ModelParameter.get_fit_initial_value
      ~ModelParameter.identity_func
      ~ModelParameter.reset_dependencies
      ~ModelParameter.set
      ~ModelParameter.set_fit_initial_value
      ~ModelParameter.show
      ~ModelParameter.show_best_fit
      ~ModelParameter.to

   .. rubric:: Attributes Documentation

   .. autoattribute:: adimensional
   .. autoattribute:: fit_range
   .. autoattribute:: frozen
   .. autoattribute:: immutable
   .. autoattribute:: islog
   .. autoattribute:: linked
   .. autoattribute:: par_expr
   .. autoattribute:: par_expression_source_code
   .. autoattribute:: units
   .. autoattribute:: val
   .. autoattribute:: val_lin
   .. autoattribute:: val_log

   .. rubric:: Methods Documentation

   .. automethod:: free
   .. automethod:: freeze
   .. automethod:: get
   .. automethod:: get_bestfit_description
   .. automethod:: get_description
   .. automethod:: get_fit_initial_value
   .. automethod:: identity_func
   .. automethod:: reset_dependencies
   .. automethod:: set
   .. automethod:: set_fit_initial_value
   .. automethod:: show
   .. automethod:: show_best_fit
   .. automethod:: to
