Datasets¶
-
class
gammapy.utils.fitting.Datasets(datasets, mask=None)[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 typesTypes of the contained datasets Methods Summary
likelihood([parameters])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
-
types¶ Types of the contained datasets
Methods Documentation
-