Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/6.5.0/doc/emsaplib/node30.html
Дата изменения: Tue Aug 16 03:21:13 2005
Дата индексирования: Sat Dec 22 10:07:12 2007
Кодировка:

Поисковые слова: universe
compCumulPoisson XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


emsaplib (emsaplib-2.28) [xmmsas_20050815_1803-6.5.0]

cumulativePoisson badpixutils_mod module quantilePoisson Home Index

Meta Index / Home Page / Description / badpixutils_mod module

compCumulPoisson

Aim: Compute complementary cumulative Poisson distribution over some range. compCumulPoisson(k) = Sum(k to infinity) P(k)

The routine declaration is:

  subroutine compCumulPoisson(mu, kmin, kmax, cvf)

! Input:
! mu      : average value
! kmin    : minimum number of counts
! kmax    : maximum number of counts
! Output:
! cvf(1:kmax-kmin+1) : complementary cumulative Poisson distribution
!                      from kmin to kmax

    real(double), intent(in) :: mu
    integer,      intent(in) :: kmin, kmax
    real(double), dimension(:), intent(out) :: cvf



XMM-Newton SOC/SSC -- 2005-08-15