Hello,
Stata's invpoisson() function "returns the Poisson mean such that the cumulative Poisson distribution evaluated at k is p: if poisson(m,k) = p, then invpoisson(k,p) = m," according to the user guide. Is there an inverse Poisson CDF function that returns k for a given (m,p)? I understand the difficulty in inverting the Poisson CDF, but R has this function (QPOIS), so I thought it might be possible in Stata.
Thanks for your time,
Bob
Stata's invpoisson() function "returns the Poisson mean such that the cumulative Poisson distribution evaluated at k is p: if poisson(m,k) = p, then invpoisson(k,p) = m," according to the user guide. Is there an inverse Poisson CDF function that returns k for a given (m,p)? I understand the difficulty in inverting the Poisson CDF, but R has this function (QPOIS), so I thought it might be possible in Stata.
Thanks for your time,
Bob
Comment