norm_bounds_cython#

gammapy.stats.norm_bounds_cython(counts, background, model)#

Compute bounds for the root of _f_cash_root_cython.

Parameters
countsndarray

Counts image

backgroundndarray

Background image

modelndarray

Source template (multiplied with exposure).