weighted_cash_sum_cython# gammapy.stats.weighted_cash_sum_cython(counts, npred, weight)# Cash fit statistics with weights. Parameters: countsndarrayCounts array. npredndarrayPredicted counts array. weightndarraylikelihood weights array.