Synopsis
Chi-square statistic with variance computed from model amplitudes.
Description
The chi2modvar statistic was named CHI MVAR in CIAO 3.4.
The chi2xspecvar statistic is equivalent to chi2datavar ("ahelp chi2datavar"), except that the variance is estimated using the background and source model amplitudes rather than the observed counts data:
sigma(i)^2 = S(i) + [A(S)/A(B)]^2 B(i,off) ,
where B(i,off) is the background model amplitude in bin i of the off-source region. The help file on the chi-square statistic has more information, including definitions of the quantities in the equation: "ahelp chisquare" .
Note on Background Subtraction
The background should not be subtracted from the data when this statistic is used. chi2modvar underestimates the variance when fitting background-subtracted data.
Example
sherpa> set_stat("chi2modvar") sherpa> show_stat() Statistic: Chi2ModVar
Set the fitting statistic and then confirm the new value.
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- info
- list_stats
- statistics
- cash, chi2constvar, chi2datavar, chi2gehrels, chi2xspecvar, chisquare, cstat, get_prior, leastsq, list_priors, set_prior, set_sampler, set_stat, wstat