Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node73.html
Дата изменения: Wed Jul 2 03:52:40 2008
Дата индексирования: Fri Sep 5 18:32:41 2008
Кодировка:

Поисковые слова: столовая гора
Parallel detection over bands (with no assumptions made about source spectrum) XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-3.33.4) [xmmsas_20080701_1801-8.0.0]

Single-band detection Source detection limits Integrated Gaussian probability Home Index

Meta Index / Home Page / Poissonian statistics and source / Source detection limits

Parallel detection over $N$ bands (with no assumptions made about source spectrum)

Here the situation is a little more complicated. If nothing can be assumed about the spectra of the sources, the best detection strategy appears to be as follows:

This sum over likelihoods itself follows a Poisson-like distribution. It can thus be shown that the overall likelihood for any given value of this sum being not due to chance, ie, the overall likelihood $L_{\rm {total}}$ that there is a source at this position, is given by


\begin{displaymath}
L_{\rm {total}} = -ln\{1 - P \Big[ f(N), \sum_{i=1}^{N} L_i \Big] \}.
\end{displaymath}

where $f(x)$ approximates a linear function of $x$ of slope 1. Monte Carlo studies indicate that $f(2) \sim 2$, $f(5) \sim 4$, $f(10) \sim 8$ and so forth; however eboxdetect at the present time assumes that $f(N) = N$; hence that (arguably not quite correct) assumption has been built into the present subroutine as well.

    subroutine minDetPoissonCountsVector(bkgCounts, likelihoodCutoff&
    , detectableSrcCounts, detectableSrcCountsUncert, srcCountRatios, status)
      real(single), intent(in)            :: srcCountRatios(:),&
                                             bkgCounts(size(srcCountRatios)),&
                                             likelihoodCutoff
      real(single), intent(out)           :: detectableSrcCounts(&
                                               size(srcCountRatios))
      real(single), intent(out)           :: detectableSrcCountsUncert(&
                                               size(srcCountRatios))
      integer,      intent(out), optional :: status
    end subroutine minDetPoissonCountsVector
  end interface minDetPoissonCounts


Single-band detection Source detection limits Integrated Gaussian probability Home Index

XMM-Newton SOC/SSC -- 2008-07-01