Stats¶
-
class
gammapy.stats.
Stats
(n_on, n_off, a_on, a_off)[source]¶ Bases:
object
Container for an on-off observation.
- Parameters
- n_onarray_like
Observed number of counts in the on region
- n_offarray_like
Observed number of counts in the off region
- a_onarray_like
Relative background exposure of the on region
- a_offarray_like
Relative background exposure in the off region
Attributes Summary
Background exposure ratio (float).
Background estimate (float).
Excess (float).
Attributes Documentation
-
alpha
¶ Background exposure ratio (float).
α=aon/aoff
-
background
¶ Background estimate (float).
μbg=α noff
-
excess
¶ Excess (float).
nex=non−μbg