ModelParameterArray
===================

.. currentmodule:: jetset.model_parameters

.. autoclass:: ModelParameterArray
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ModelParameterArray.best_fit_par_table
      ~ModelParameterArray.names
      ~ModelParameterArray.par_table

   .. rubric:: Methods Summary

   .. autosummary::

      ~ModelParameterArray.add_par
      ~ModelParameterArray.del_par
      ~ModelParameterArray.free_all
      ~ModelParameterArray.freeze_all
      ~ModelParameterArray.get
      ~ModelParameterArray.get_par_by_name
      ~ModelParameterArray.get_par_by_type
      ~ModelParameterArray.reset_dependencies
      ~ModelParameterArray.set
      ~ModelParameterArray.show_best_fit_pars
      ~ModelParameterArray.show_pars

   .. rubric:: Attributes Documentation

   .. autoattribute:: best_fit_par_table
   .. autoattribute:: names
   .. autoattribute:: par_table

   .. rubric:: Methods Documentation

   .. automethod:: add_par
   .. automethod:: del_par
   .. automethod:: free_all
   .. automethod:: freeze_all
   .. automethod:: get
   .. automethod:: get_par_by_name
   .. automethod:: get_par_by_type
   .. automethod:: reset_dependencies
   .. automethod:: set
   .. automethod:: show_best_fit_pars
   .. automethod:: show_pars
