Data ================ .. currentmodule:: sherpa.data .. autoclass:: Data :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Data.dep ~Data.indep ~Data.mask ~Data.ndim ~Data.size ~Data.staterror ~Data.syserror ~Data.y .. rubric:: Methods Summary .. autosummary:: ~Data.apply_filter ~Data.eval_model ~Data.eval_model_to_fit ~Data.get_dep ~Data.get_dims ~Data.get_error ~Data.get_indep ~Data.get_staterror ~Data.get_syserror ~Data.get_y ~Data.get_yerr ~Data.get_ylabel ~Data.ignore ~Data.notice ~Data.set_dep ~Data.set_indep ~Data.set_ylabel ~Data.to_fit ~Data.to_guess .. rubric:: Attributes Documentation .. autoattribute:: dep .. autoattribute:: indep .. autoattribute:: mask .. autoattribute:: ndim .. autoattribute:: size .. autoattribute:: staterror .. autoattribute:: syserror .. autoattribute:: y .. rubric:: Methods Documentation .. automethod:: apply_filter .. automethod:: eval_model .. automethod:: eval_model_to_fit .. automethod:: get_dep .. automethod:: get_dims .. automethod:: get_error .. automethod:: get_indep .. automethod:: get_staterror .. automethod:: get_syserror .. automethod:: get_y .. automethod:: get_yerr .. automethod:: get_ylabel .. automethod:: ignore .. automethod:: notice .. automethod:: set_dep .. automethod:: set_indep .. automethod:: set_ylabel .. automethod:: to_fit .. automethod:: to_guess