Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/8.0.0/doc/emsaplib/node29.html
Дата изменения: Wed Jul 2 03:07:34 2008
Дата индексирования: Fri Sep 5 20:47:45 2008
Кодировка:

Поисковые слова: http astrokuban.info astrokuban
cumulativePoisson XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


emsaplib (emsaplib-2.29) [xmmsas_20080701_1801-8.0.0]

cumulativeBinomial badpixutils_mod module compCumulPoisson Home Index

Meta Index / Home Page / Description / badpixutils_mod module

cumulativePoisson

Aim: Compute cumulative Poisson distribution over some range. cumulativePoisson(k) = Sum(0 to k) P(k)

The routine declaration is:

  subroutine cumulativePoisson(mu, kmin, kmax, cvf)

! mu      : average value
! kmin    : minimum number of counts
! kmax    : maximum number of counts
! cvf(1:kmax-kmin+1) : 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 -- 2008-07-01