Model
=====

.. currentmodule:: astropy.modeling

.. autoclass:: Model
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Model.bounding_box
      ~Model.bounds
      ~Model.cov_matrix
      ~Model.eqcons
      ~Model.fittable
      ~Model.fixed
      ~Model.has_user_bounding_box
      ~Model.has_user_inverse
      ~Model.ineqcons
      ~Model.input_units
      ~Model.input_units_allow_dimensionless
      ~Model.input_units_equivalencies
      ~Model.input_units_strict
      ~Model.inputs
      ~Model.inverse
      ~Model.linear
      ~Model.meta
      ~Model.model_constraints
      ~Model.model_set_axis
      ~Model.n_inputs
      ~Model.n_outputs
      ~Model.n_submodels
      ~Model.name
      ~Model.outputs
      ~Model.param_names
      ~Model.param_sets
      ~Model.parameter_constraints
      ~Model.parameters
      ~Model.return_units
      ~Model.separable
      ~Model.standard_broadcasting
      ~Model.stds
      ~Model.tied
      ~Model.uses_quantity

   .. rubric:: Methods Summary

   .. autosummary::

      ~Model.__call__
      ~Model.coerce_units
      ~Model.copy
      ~Model.deepcopy
      ~Model.evaluate
      ~Model.has_inverse
      ~Model.prepare_inputs
      ~Model.prepare_outputs
      ~Model.rename
      ~Model.render
      ~Model.strip_units_from_tree
      ~Model.sum_of_implicit_terms
      ~Model.with_units_from_data
      ~Model.without_units_for_data

   .. rubric:: Attributes Documentation

   .. autoattribute:: bounding_box
   .. autoattribute:: bounds
   .. autoattribute:: cov_matrix
   .. autoattribute:: eqcons
   .. autoattribute:: fittable
   .. autoattribute:: fixed
   .. autoattribute:: has_user_bounding_box
   .. autoattribute:: has_user_inverse
   .. autoattribute:: ineqcons
   .. autoattribute:: input_units
   .. autoattribute:: input_units_allow_dimensionless
   .. autoattribute:: input_units_equivalencies
   .. autoattribute:: input_units_strict
   .. autoattribute:: inputs
   .. autoattribute:: inverse
   .. autoattribute:: linear
   .. autoattribute:: meta
   .. autoattribute:: model_constraints
   .. autoattribute:: model_set_axis
   .. autoattribute:: n_inputs
   .. autoattribute:: n_outputs
   .. autoattribute:: n_submodels
   .. autoattribute:: name
   .. autoattribute:: outputs
   .. autoattribute:: param_names
   .. autoattribute:: param_sets
   .. autoattribute:: parameter_constraints
   .. autoattribute:: parameters
   .. autoattribute:: return_units
   .. autoattribute:: separable
   .. autoattribute:: standard_broadcasting
   .. autoattribute:: stds
   .. autoattribute:: tied
   .. autoattribute:: uses_quantity

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: coerce_units
   .. automethod:: copy
   .. automethod:: deepcopy
   .. automethod:: evaluate
   .. automethod:: has_inverse
   .. automethod:: prepare_inputs
   .. automethod:: prepare_outputs
   .. automethod:: rename
   .. automethod:: render
   .. automethod:: strip_units_from_tree
   .. automethod:: sum_of_implicit_terms
   .. automethod:: with_units_from_data
   .. automethod:: without_units_for_data
