Note

You are not reading the most up to date version of Gammapy documentation.
Access the latest stable version v1.3 or the list of Gammapy releases.

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

alpha

Background exposure ratio (float).

background

Background estimate (float).

excess

Excess (float).

Attributes Documentation

alpha

Background exposure ratio (float).

α=aon/aoff
background

Background estimate (float).

μbg=α noff
excess

Excess (float).

nex=nonμbg