Question

Part I: Chi-squared Distribution & the Central Limit Theorem The idea here is that you will...

Part I: Chi-squared Distribution & the Central Limit Theorem

The idea here is that you will explore a type of rv on your own (we only briefly mentioned this one in class)

a) Imagine sampling 50 values from χ2(8) a chi-squared distribution with 8 degrees of freedom.
According to the CLT (central limit theorem), what should be the expected value (mean) of this sample? You should not need to do any coding to answer this.

This is worth 1/2 EC point.

Part I: Chi-squared Distribution & the Central Limit Theorem

b) Imagine sampling 50 values from χ2(8) a chi-squared distribution with 8 degrees of freedom.

What should be the variance of this sample? You should use the CLT (central limit theorem) and should not need to do any coding to answer this.

This is worth 1/2 EC point.

II. Numeric probability approximations

The idea here is that you can use numeric data to approximate a probability instead of calculating it mathematically.

The life time of a flashlight battery (in hours) is exponentially distributed with λ = 1/120. Two such batteries (each in a different flashlight) are operating independently. Use R commands to answer the following questions.

b) Using your simulated vectors of each battery's lifetime from part a) estimate the probability that the both lasers each last more than 75 hours.

Report the answer to the nearest 4 digits.

This is worth 1 EC point.

Homework Answers

Answer #1

PPFA Code for II

X=rexp(500,1/120) #Simulated life of battery 1 with 500 observations
Y=rexp(600,1/120) #Simulated life of battery 2 with 600 observations
x75=X>75 #Boolean vector, gives true if X(i) is greater than 75
y75=Y>75 #Boolean vector, gives true if Y(i) is greater than 75
p1=sum(x75)/500 #Proportion of battery 1 life lasting more than 75 hours
p2=sum(y75)/600 #Proportion of battery 2 life lasting more than 75 hours
p=p1*p2 #Probability that both the battery lasts more than 75 hours

We got p1 = 0.54

p2=0.5017

and P =0.2759

Know the answer?
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
Similar Questions
The Central Limit Theorem is used when dealing with: mean from a sample, individual data point...
The Central Limit Theorem is used when dealing with: mean from a sample, individual data point ,chi-squared distributions, or sampling distribution of a standard deviation? When using the CLT, we use σ √ n for the: standard deviation for individual values, mean for the sample, standard deviation of the sample means, or sample size?
1. Are the following statements TRUE or FALSE?: (a) According to the Central Limit Theorem, given...
1. Are the following statements TRUE or FALSE?: (a) According to the Central Limit Theorem, given a large sample size (N > 30), then a normal probability plot of the same data would necessarily follow a straight line. (b) A 95% confidence interval for a population mean that does not include zero would also mean that a hypothesis test on the same data would yield a significant result at the .05 level. (c) The mean of a t-distribution with 5...
Applying the Central Limit Theorem: The amount of contaminants that are allowed in food products is...
Applying the Central Limit Theorem: The amount of contaminants that are allowed in food products is determined by the FDA (Food and Drug Administration). Common contaminants in cow milk include feces, blood, hormones, and antibiotics. Suppose you work for the FDA and are told that the current amount of somatic cells (common name "pus") in 1 cc of cow milk is currently 750,000 (note: this is the actual allowed amount in the US!). You are also told the standard deviation...
§ 1 Central Limit Theorem (CLT) 1. The CLT states: draw all possible samples of size...
§ 1 Central Limit Theorem (CLT) 1. The CLT states: draw all possible samples of size _____________ from a population. The result will be the sampling distribution of the means will approach the ___________________- as the sample size, n, increases. 2. The CLT tells us we can make probability statements about the mean using the normal distribution even though we know nothing about the ______________- 3. The standard error of the mean is the  ___________ of the sampling distribution of the...
Central Limit Theorem 8. Designing Motorcycle Helmets. Engineers must consider the breadths of male heads when...
Central Limit Theorem 8. Designing Motorcycle Helmets. Engineers must consider the breadths of male heads when designing motorcycle helmets. Men have head breadths that are normally distributed with a mean of 6.0 inches and a standard deviation of 1.0 inches (based on anthropometric survey data from Gordon, Churchill, et al.) a) If one male is randomly selected, find the probability that his head breadth is less than 6.2 inches. b) The Safeguard Helmet Company plans an initial production run of...
(1) A Chi-squared test is typically used to test for any of the following except which...
(1) A Chi-squared test is typically used to test for any of the following except which of the following? (A) If a mathematical model accurately predicts our observed frequencies of data values. (B) If a mathematical model accurately predicts the total number of observed data values. (C) If a mathematical model accurately predicts the pattern of our observed data values. (D) Whether two factors present in a population are independent of one another. (E) Whether a series of populations experience...
All questions on this quiz refer to some of the information given here: Sulfur compounds such...
All questions on this quiz refer to some of the information given here: Sulfur compounds such as dimethyl sulfide (DMS) cause “off odors” in wine, so winemakers want to know the odor threshold, the lowest concentration of DMS that the human nose can detect. Different people have different thresholds, so we start by asking about the mean threshold in the population of all adults. Scientific research shows that in the population of all adults, this mean is 25 micrograms per...
The Data A central tenet to being a good instructor, I believe, is to be a...
The Data A central tenet to being a good instructor, I believe, is to be a reflective practitioner of your craft. From time to time I find it to be necessary to review and reflect on my work as an instructor from a grade perspective. On our moodle page you will find a link to a second word document titled “300 Grades”. This data sheet contains both the alphanumeric grade (page 1) and the numerical equivalent (page 2) for every...
In narrative essay format, I want you to address a business/organization case study using multiple concepts...
In narrative essay format, I want you to address a business/organization case study using multiple concepts from class. The case question and case text begin on page 5 of this document. You need to demonstrate their best understanding of management and organizational behavior theory, and the application of those ideas to improve the understanding of various issues. You need to clearly identify at least 3 distinct, substantive issues. For each issue you need to 1), identify evidence from the case...
Please read the article and answear about questions. Determining the Value of the Business After you...
Please read the article and answear about questions. Determining the Value of the Business After you have completed a thorough and exacting investigation, you need to analyze all the infor- mation you have gathered. This is the time to consult with your business, financial, and legal advis- ers to arrive at an estimate of the value of the business. Outside advisers are impartial and are more likely to see the bad things about the business than are you. You should...