Probstat/homework 3

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
This is part of probstat.

Part 1: Poisson and exponential random variables

1. Consider the number of car accidents in the parking lot over a period of one week. We know that the numbers of accidents are Poisson distributed random variable, and on average, there are 0.4 accidents per week. Find the probability that at least one accident occurs this week.

2. On average, each day Programmer Lazy puts in 5 bugs to the code. The manager tries to give incentives for the programmer to improve, so the manager decides to give a reward to the programmer on any day Programmer Lazy only puts in less than 3 bugs. If the number of bugs is a Poisson distributed random variable and Programmer Lazy does not change at all, what is the probability that Programmer Lazy gets a reward on any day?

Part 2: Hypothesis testing

1. We are interested in testing if a normally-distributed population has mean zero. We know that the variance of the population is 17. If we decide to take a sample of size 15, design a hypothesis testing procedure with the level of significance . State the null hypothesis clearly and describe the criteria for accepting/rejecting the null hypothesis.

2. We are interested in testing if a normally-distributed population has mean at least 100. We know that the variance of the population is 30. If we decide to take a sample of size 10, design a hypothesis testing procedure with the level of significance . State the null hypothesis clearly and describe the criteria for accepting/rejecting the null hypothesis.

3. We are interested in testing if a normally-distributed population has mean at least 100. However, we do not know the population variance. If we decide to take a sample of size 10 to compute the sample mean and the sample variance , design a hypothesis testing procedure with the level of significance . State the null hypothesis clearly and describe the criteria for accepting/rejecting the null hypothesis.

4. We want to test if students who have breakfast perform better in the exam than students who do not. From the data we collect over time, we believe that the variance of the test score is 120. We sample 30 students from the first group and 30 students from the second group, and collect their test scores. Describe a null hypothesis and show how to perform a hypothesis testing for this problem. Describe the criteria with 5% level of significance.

Part 3: Regression