Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lambda = 20; % number found in fixed volume
- x = 5; % number under study
- Px = poisscdf(x,lambda); % P(sample is less than x)
- plot(0:20,poisspdf(0:20,lambda));
- title("POISSON DISTRIBUTION CURVE");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement