Hi Iam looking for the cumulative distribution function for truncated poisson random variable. I can find it for the regular "poisson cdf", MATLAB gives this:
p = poisscdf(x,lambda) returns the Poisson cdf at each value in x using the corresponding mean parameters in lambda
Is there an analogue to a truncated poisson poisson distribution ?