Given that x is a random variable for which a Poisson probability distribution provides a good approximation, use statistical software to find the following:

a.P(x2) when λ=1

b.P(x2) when λ=2

c.P(x2) when λ=3

d. What happens to the probability of the event {x2} as λ it increases from 1 to 3? Is this intuitively reasonable?

Short Answer

Expert verified

a.The probabilityPx2is obtained from the R-software is 0.6766764.

b.The probabilityPx2is obtained from the R-software is 0.6766764.

c.The probability Px2 is obtained from the R-software is 0.4231901.

d.The average probability value decreases when the λvalue increases are reasonable.

Step by step solution

01

Given Information

The x is a Poisson random variable.

02

Sate the statistical software used to compute the probability

The R-software is used to compute the Poisson probabilities.

The general form for R-command used for computing the Poisson probability is given as follows:

dpois(x,lambda,log=FALSE)ppois(x,lambda,lower.tail=TRUE)

03

State the Poisson probability distribution

The Poisson probability distribution is,

Px=λxe-λx!x=0,1,2,...

The parameter is the mean of the Poisson distribution.

04

(a)Compute the probability  P(x⩽2)  when λ=1

The value of the Poisson parameter,λ=1 .

ThePx2when λ=1 can be obtained by,

Px2=Px=0+Px=1+Px=2

The R-code used to compute thePx2is,

ppois2,lambda=1,lower.tail=TRUE

Therefore,

The probability Px2 is obtained from the R-software is 0.9196986.

05

(b) Compute the probability P(x⩽2) when λ=2

The value of the Poisson parameter,λ=2.

ThePx2when λ=2 can be obtained by,

Px2=Px=0+Px=1+Px=2

The R-code used to compute thePx2is,

ppois2,lambda=2,lower.tail=TRUE

Therefore,

The probability Px2 is obtained from the R-software is 0.6766764.

06

(c) Compute the probability P(x⩽2) when λ=3

The value of the Poisson parameter,λ=3.

ThePx2when λ=3 can be obtained by,

Px2=Px=0+Px=1+Px=2

The R-code used to compute thePx2is,

ppois2,lambda=3,lower.tail=TRUE

Therefore,

The probability Px2 is obtained from the R-software is 0.4231901.

07

(d) State the reason what happens to the probability of an event when the λvalues increase from 1 to 3

The probability of the event {x2} when λ=1 is 0.9196986.

The probability of the event {x2} when λ=2 is 0.6766764.

The probability of the event {x2} when λ=3 is 0.4231901.

Here, the event's probability decreases when the value of λ is increases. The reason is that there are a lot more events that could happen during the interval.

Therefore, The average probability value decreases when the λvalue increases are reasonable.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

What are the treatments for a designed experiment with two factors, one qualitative with two levels (A and B) and one quantitative with five levels (50, 60, 70, 80, and 90)?

Intrusion detection systems. The Journal of Researchof the National Institute of Standards and Technology (November–December 2003) published a study of a doubleintrusion detection system with independent systems. Ifthere is an intruder, system A sounds an alarm with probability.9, and system B sounds an alarm with probability.95. If there is no intruder, system A sounds an alarm withprobability .2, and system B sounds an alarm with probability.1. Now assume that the probability of an intruderis .4. Also assume that under a given condition (intruderor not), systems A and B operate independently. If bothsystems sound an alarm, what is the probability that anintruder is detected?

4.135 Suppose xhas an exponential distribution with θ=1. Find

the following probabilities:

a.P(x>1)b.P(x3)cP(x>1.5)d.P(x5)

Consider the discrete probability distribution shown here.

x

10

12

18

20

p

.2

.3

.1

.4

a. Calculateμ,σ2 andσ .

b. What isP(x<15) ?

c. Calculate μ±2σ .

d. What is the probability that xis in the interval μ±2σ ?

Is honey a cough remedy? Refer to the Archives of Pediatrics and Adolescent Medicine (December 2007) study of honey as a remedy for coughing, Exercise 2.31 (p. 86). Recall that the 105 ill children in the sample were randomly divided into groups. One group received a dosage of an over-the-counter cough medicine (DM); another group received a dosage of honey (H). The coughing improvement scores (as determined by the children’s parents) for the patients in the two groups are reproduced in the accompanying table. The pediatric researchers desire information on the variation in coughing improvement scores for each of the two groups.

a. Find a 90% confidence interval for the standard deviation in improvement scores for the honey dosage group.

b. Repeat part a for the DM dosage group.

c. Based on the results, parts a and b, what conclusions can the pediatric researchers draw about which group has the smaller variation in improvement scores? (We demonstrate a more statistically valid method for comparing variances in Chapter 8.)

Honey Dosage

11 12 15 11 10 13 10 13 10 4 15 16 9 14 10 6 10 11 12 12 8 12 9 11 15 10 15 9 13 8 12 10 9 5 12

DM Dosage

4 6 9 4 7 7 7 9 12 10 11 6 3 4 9 12 7 6 8 12 12 4 12 13 7 10 13 9 4 4 10 15 9

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free