Estimator¶
-
class
gammapy.estimators.
Estimator
[source]¶ Bases:
abc.ABC
Abstract estimator base class.
Attributes Summary
Config parameters
Methods Summary
copy
()Copy estimator
get_sqrt_ts
(ts, norm)Compute sqrt(TS) value.
run
(datasets)Attributes Documentation
-
config_parameters
¶ Config parameters
-
selection_optional
¶
-
tag
¶
Methods Documentation
-