No BSD License  

Highlights from
An Introduction to Stochastic Processes

image thumbnail
[z]=c4_cpos(m,x)
function [z]=c4_cpos(m,x)
%
%  Find the complementary Poisson with mean  m  at  x
%
y=c4_pos(m); m=length(y); 
if x <= m
z=1-sum(y(1:x));
else
z=1;
end

Contact us at files@mathworks.com