weighted_cash_sum_cython#

gammapy.stats.weighted_cash_sum_cython(counts, npred, weight)#

Cash fit statistics with weights.

Parameters:
countsndarray

Counts array.

npredndarray

Predicted counts array.

weightndarray

likelihood weights array.