Datasets¶
-
class
gammapy.utils.fitting.Datasets(datasets)[source]¶ Bases:
objectJoin multiple datasets.
Parameters: Attributes Summary
datasetsList of datasets is_all_same_shapeWhether all contained datasets have the same data shape is_all_same_typeWhether all contained datasets are of the same type parameterstypesTypes of the contained datasets Methods Summary
copy(self)A deep copy. likelihood(self)Compute joint likelihood Attributes Documentation
-
datasets¶ List of datasets
-
is_all_same_shape¶ Whether all contained datasets have the same data shape
-
is_all_same_type¶ Whether all contained datasets are of the same type
-
parameters¶
-
types¶ Types of the contained datasets
Methods Documentation
-