XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-4.36.3) [22.0.0-9173c7d25-20250127]

Integrated Poisson probability

This function returns the probability that an integer random variable which obeys a Poisson distribution about an average `av' will EQUAL OR EXCEED `i'.

  real(single) function integratedPoissonProb(av, i)
    real(single), intent(in) :: av
    integer, intent(in) :: i
  end function integratedPoissonProb



XMM-Newton SOC -- 2025-01-27