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.

chi2

gammapy.stats.chi2(N_S, B, S, sigma2)[source]

Chi-square statistic with user-specified variance.

χ2=(NSBS)2σ2
Parameters:

N_S : array_like

Number of observed counts

B : array_like

Model background

S : array_like

Model signal

sigma2 : array_like

Variance

Returns:

stat : ndarray

Statistic per bin

References