What is lambda in the problem?
Show older comments
So I was given this problem by my professor:

Unfortunately he is unreachable during the holidays. Can someone explain what lambda is supposed to be?
This is the code I have written thus far:
function p=calcprob(k)
p=exp(-lambda)*(((lambda)^k)/(factorial(k)))
end
Accepted Answer
More Answers (1)
SAITEJA JASTI
on 3 Mar 2020
0 votes
lambda
Categories
Find more on Poisson Distribution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!