Suppose that the number of defects on a roll of magnetic recording tape has a Poisson distribution for which the mean λ is known to be either 1 or 5. Suppose the prior pmf for λ is: P[λ = 1] = 0.4 P[λ = 5] = 0.6 Suppose that we examine five tapes, and find that the number of defects are x1 = 3,x2 = 1,x3 = 4,x4 = 6 and x5 = 2. Show that the posterior distribution for λ is: P[λ = 1|¯ x] = 0.012 P[λ = 5|¯ x] = 0.988
la <- sum(log(dpois(c(3, 1, 4, 6, 2), 1)))
lb <- sum(log(dpois(c(3, 1, 4, 6, 2), 1.5)))
.4*exp(la) / (.4*exp(la) + .6*exp(lb))
.6*exp(lb) / (.4*exp(la) + .6*exp(lb))

Suppose that the number of defects on a roll of magnetic recording tape has a Poisson...
2.Let Xj,X,, Xj, X4, Xj be a random sample of size n-5 from a Poisson distribution with mean ?. Consider the test Ho : ?-2.6 vs. H 1 : ? < 2.6. a)Find the best rejection region with the significance level a closest to 0.10 b) Find the power of the test from part (a) at ?= 2.0 and at ?=1.4. c) Suppose x1-1, x2-2, x3 -0, x4-1, x5-2. Find the p-value of the test.
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...
All Greens is a franchise store that sells house plants and lawn and garden supplies. Although All Greens is a franchise, each store is owned and managed by private individuals. Some friends have asked you to go into business with them to open a new All Greens store in the suburbs of San Diego. The national franchise headquarters sent you the following information at your request. These data are about 27 All Greens stores in California. Each of the 27...
You have five coins in your pocket. You know a priori that one coin gives heads with probability 0.4, and the other four coins give heads with probability 0.7 You pull out one of the five coins at random from your pocket (each coin has probability 릊 of being pulled out), and you want to find out which of the two types of coin it is. To that end, you flip the coin 6 times and record the results X1...
The number of medical emergency calls per hour has a Poisson distribution with parameter λ. Calls received at different hours are considered to be independent. Emergency calls X1 ,…, Xn for n consecutive hours has the same parameter λ. a) What is the distribution of Sn = ∑ Xi ? b) Provide Normal approximation for the distribution of Sn . c) Provide maximum likelihood estimation of λ. Calculate variance and bias of MLE. d) Calculate Fisher information and efficiency of...
All Greens is a franchise store that sells house plants and lawn and garden supplies. Although All Greens is a franchise, each store is owned and managed by private individuals. Some friends have asked you to go into business with them to open a new All Greens store in the suburbs of San Diego. The national franchise headquarters sent you the following information at your request. These data are about 27 All Greens stores in California. Each of the 27...
Suppose the number of vehicles which are within a specified section of highway has a Poisson distribution with mean value 3 for randomly selected 5-minute intervals. Find the probability of at least 2 vehicles being found within the interval for a randomly selected 5-minute interval. . Below ? denotes Euler’s number; ? ≅ 2.718. a) 1−3?−3 b) 3?−3 c) 1−4?−3* d) 4?−3 e) None of the above
Use Poisson Distribution to solve problems 6-7 6. Suppose that the average number of accidents occurring weekly on a particular stretch of a highway equals 2. What is the probability that within next week: a) 0 accidents occur P(x 0) (3 points) A) 0.1258 B) 0.1353 C) 0.8647 D) 0.2706 b) 1 or less accidents occur P( (5 points) 2)-
4.
Setup:
Suppose you have observations X1,X2,X3,X4,X5 which are i.i.d.
draws from a Gaussian distribution with unknown mean μ and unknown
variance σ2.
Given Facts:
You are given the following:
15∑i=15Xi=0.90,15∑i=15X2i=1.31
Bookmark this page Setup: Suppose you have observations X1, X2, X3, X4, X5 which are i.i.d. draws from a Gaussian distribution with unknown mean u and unknown variance o? Given Facts: You are given the following: x=030, =1:1 Choose a test 1 point possible (graded, results hidden) To test...