CashCountsStatistic =================== .. currentmodule:: gammapy.stats .. autoclass:: CashCountsStatistic :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~CashCountsStatistic.error ~CashCountsStatistic.n_bkg ~CashCountsStatistic.n_sig ~CashCountsStatistic.p_value ~CashCountsStatistic.sqrt_ts ~CashCountsStatistic.stat_max ~CashCountsStatistic.stat_null ~CashCountsStatistic.ts .. rubric:: Methods Summary .. autosummary:: ~CashCountsStatistic.compute_errn ~CashCountsStatistic.compute_errp ~CashCountsStatistic.compute_upper_limit ~CashCountsStatistic.n_sig_matching_significance .. rubric:: Attributes Documentation .. autoattribute:: error .. autoattribute:: n_bkg .. autoattribute:: n_sig .. autoattribute:: p_value .. autoattribute:: sqrt_ts .. autoattribute:: stat_max .. autoattribute:: stat_null .. autoattribute:: ts .. rubric:: Methods Documentation .. automethod:: compute_errn .. automethod:: compute_errp .. automethod:: compute_upper_limit .. automethod:: n_sig_matching_significance