Question

Recall that a discrete random variable X has Poisson distribution with parameter λ if the probability mass function of X

Recall that a discrete random variable X has Poisson distribution with parameter λ if the probability mass function of X is r E 0,1,2,...) This distribution is often used to model the number of events which will occur in a given time span, given that λ such events occur on average a) Prove by direct computation that the mean of a Poisson randon variable with parameter λ is simply b) Let X1 ~ Poisson(A1) and X2 ~ Poisson(A2) be independent. Prove that the ra ndom variable X1+X2 is also Poisson with parameter λ1 + λ2 Hint 1: The Persian mathematician Al-Karaji was the first to write down what is today known as the binomial formula: if n e [0,1,2,...), thern rt You will likely find the binomial formula useful in your proof Hint 2: For X, + X2 to be r. we can have X1-0 and X2-2, or X,-1 and X2 = æ-1. or X,-2 and X2- x- 2, and so on. How do we compute P(X1 + X2-x)? c) Suppose that the average number of accidents on the I-5 per day is 5, and that the average number on the I-8 is 11. Assume that the number of accidents on each are independent Poisson random variables What is the probability that the total number of accidents in a day between both expressways is less than or equal to 9? You may use a computer to calculate a decimal answer. For example, scipy.stats.poisson might be useful. But if you use a computer, give the code that you used

0 1
Add a comment Improve this question Transcribed image text
Answer #1

r-0 2 P(X,-x, X,-y-r) Since {X,-x, X2-v-r}, x-0(1)y are disjoint events PX)Py -x), since Xi and X2 are independent r-0 -A1-X2

R code:

y=0:9
p=exp(-16)*(16)^y/factorial(y)
round(sum(p),4)

Output:

round(sum(p),4)
[1] 0.0433
Answer: 0.0433.

Add a comment
Know the answer?
Add Answer to:
Recall that a discrete random variable X has Poisson distribution with parameter λ if the probability...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT