

Model
======================

.. currentmodule:: astropy.modeling

.. autoclass:: Model
   :show-inheritance:

   
     
   

   
   

   .. rubric:: Attributes Summary

   .. autosummary::
   
      ~Model.bounding_box
      ~Model.bounds
      ~Model.eqcons
      ~Model.fittable
      ~Model.fixed
      ~Model.has_user_bounding_box
      ~Model.has_user_inverse
      ~Model.ineqcons
      ~Model.inputs
      ~Model.inverse
      ~Model.linear
      ~Model.model_constraints
      ~Model.model_set_axis
      ~Model.n_inputs
      ~Model.n_outputs
      ~Model.name
      ~Model.outputs
      ~Model.param_dim
      ~Model.param_names
      ~Model.param_sets
      ~Model.parameter_constraints
      ~Model.parameters
      ~Model.standard_broadcasting
      ~Model.tied

   
   

   
   

   .. rubric:: Methods Summary

   .. autosummary::
   
      ~Model.__call__
      ~Model.add_model
      ~Model.copy
      ~Model.evaluate
      ~Model.prepare_inputs
      ~Model.prepare_outputs
      ~Model.rename
      ~Model.render

   
   

   
   

   .. rubric:: Attributes Documentation

   
   .. autoattribute:: bounding_box
   .. autoattribute:: bounds
   .. autoattribute:: eqcons
   .. autoattribute:: fittable
   .. autoattribute:: fixed
   .. autoattribute:: has_user_bounding_box
   .. autoattribute:: has_user_inverse
   .. autoattribute:: ineqcons
   .. autoattribute:: inputs
   .. autoattribute:: inverse
   .. autoattribute:: linear
   .. autoattribute:: model_constraints
   .. autoattribute:: model_set_axis
   .. autoattribute:: n_inputs
   .. autoattribute:: n_outputs
   .. autoattribute:: name
   .. autoattribute:: outputs
   .. autoattribute:: param_dim
   .. autoattribute:: param_names
   .. autoattribute:: param_sets
   .. autoattribute:: parameter_constraints
   .. autoattribute:: parameters
   .. autoattribute:: standard_broadcasting
   .. autoattribute:: tied

   
   

   
   

   .. rubric:: Methods Documentation

   
   .. automethod:: __call__
   .. automethod:: add_model
   .. automethod:: copy
   .. automethod:: evaluate
   .. automethod:: prepare_inputs
   .. automethod:: prepare_outputs
   .. automethod:: rename
   .. automethod:: render

   
   