Datasets¶
-
class
gammapy.utils.fitting.
Datasets
(datasets, mask=None)[source]¶ Bases:
object
Join multiple datasets.
Parameters: Attributes Summary
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 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
-