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.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.name ~Model.outputs ~Model.param_names ~Model.param_sets ~Model.parameter_constraints ~Model.parameters ~Model.return_units ~Model.separable ~Model.standard_broadcasting ~Model.tied ~Model.uses_quantity .. rubric:: Methods Summary .. autosummary:: ~Model.__call__ ~Model.copy ~Model.deepcopy ~Model.evaluate ~Model.n_submodels ~Model.prepare_inputs ~Model.prepare_outputs ~Model.rename ~Model.render ~Model.sum_of_implicit_terms ~Model.with_units_from_data ~Model.without_units_for_data .. 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:: 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:: name .. autoattribute:: outputs .. autoattribute:: param_names .. autoattribute:: param_sets .. autoattribute:: parameter_constraints .. autoattribute:: parameters .. autoattribute:: return_units .. autoattribute:: separable .. autoattribute:: standard_broadcasting .. autoattribute:: tied .. autoattribute:: uses_quantity .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: copy .. automethod:: deepcopy .. automethod:: evaluate .. automethod:: n_submodels .. automethod:: prepare_inputs .. automethod:: prepare_outputs .. automethod:: rename .. automethod:: render .. automethod:: sum_of_implicit_terms .. automethod:: with_units_from_data .. automethod:: without_units_for_data