Question

In: Statistics and Probability

Question 2: In this part, we will use t-procedures. t-procedures are both confidence intervals and hypothesis...

Question 2:

In this part, we will use t-procedures. t-procedures are both confidence intervals and hypothesis tests that

use a t distribution. They are called t-procedures because they rely on a t-test statistic and/or a t-critical

value, so we only need to know the results of a sample in order to perform these procedures for a population

You will use the data file TempSample00-18.

(THIS is Temp sample data)

YEAR,Month,High Temperature

2000,Jan,45

2000,Jan,48

2001,Jan,49

2003,Jan,62

2003,Jan,53

2004,Jan,42

2004,Jan,47

2005,Jan,40

2005,Jan,47

2006,Jan,48

2006,Jan,47

2007,Jan,51

2007,Jan,34

2007,Jan,47

2009,Jan,50

2011,Jan,35

2012,Jan,44

2013,Jan,38

2013,Jan,53

2013,Jan,42

2014,Jan,58

2014,Jan,47

2014,Jan,44

2015,Jan,52

2016,Jan,44

2017,Jan,49

2018,Jan,54

2000,Feb,48

2001,Feb,47

2004,Feb,47

2007,Feb,51

2008,Feb,51

2008,Feb,55

2011,Feb,45

2014,Feb,37

2014,Feb,54

2014,Feb,58

2015,Feb,54

2017,Feb,52

2017,Feb,44

2017,Feb,45

This includes an SRS of daily temperature highs from January and February from the years 2000-2018

(i.e. “recent” highs). The distribution of “recent” daily high temperatures is approximately Normal.

A.

1) Describe the intended population?

2) Describe the sample?

3) Describe the variable of interest?

4) Describe the parameter of interest (in context)?

5) Describe the statistic of interest (in context)? Give a numerical value along with your description.

Round to two decimal places.

B.

1) Check that the conditions for using t-procedures are satisfied. If they are not, discuss whether or not it is reasonable to use t-procedures.

C.

1) What degrees of freedom are needed?

2) What critical value is used to compute a 95% confidence interval?

3) Give the 95% confidence interval. Round to two decimal places.

4) Interpret your 95% confidence interval.

D.

1) Perform a hypothesis test for α = .01. Be sure to interpret your p-value in context.

E.

1) Based on your work in Part B, what would you say about the daily high temperature for “recent” years compared to “historical” years?

Solutions

Expert Solution

Que.A

1. Population: High temperature of all days in the month Jan and Feb of the years 2000-2018.

2. Sample : High temperature on the days in the month of Jan and Feb of the years 2000-2018 which can be selected with SRS from the population.

3. High temperature on days in the month of Jan and Feb (2000 -2018) is the variable of interest.

4. Parameter of interest : Average High temperature on days in the month of Jan and Feb (2000 -2018).

5. Statistic of interest : Average High temperature on days in the month of Jan and Feb (2000 -2018) which are selected in sample.

Que.b

In order to solve this question I used R software.

R codes and output:

> x=scan('clipboard')
Read 41 items

> hist(x)
> t.test(x)

One Sample t-test

data: x
t = 50.177, df = 40, p-value < 2.2e-16
alternative hypothesis: true mean is not equal to 0
95 percent confidence interval:
45.83254 49.67966
sample estimates:
mean of x
47.7561

Conditions for using t-procedures:

Population from which sample is drawn is normally distributed.

From histogram we see that sample come from normal distribution because shape of the histogram is approximately symmetric.

Que.c

1. Degrees of freedom = 40

2. Critical value = 2.021

3. 95% confidence interval = ( 45.83 , 49.68 )

4. We are 95% confident that average high temperature of the population will lie within the confidence interval

( 45.83 , 49.68 )


Related Solutions

Question 2: In this part, we will use t-procedures. t-procedures are both confidence intervals and hypothesis...
Question 2: In this part, we will use t-procedures. t-procedures are both confidence intervals and hypothesis tests that use a t distribution. They are called t-procedures because they rely on a t-test statistic and/or a t-critical value, so we only need to know the results of a sample in order to perform these procedures for a population You will use the data file TempSample00-18. (THIS is Temp sample data) YEAR,Month,High Temperature 2000,Jan,45 2000,Jan,48 2001,Jan,49 2003,Jan,62 2003,Jan,53 2004,Jan,42 2004,Jan,47 2005,Jan,40 2005,Jan,47...
Part 2: t-Procedures In this part, we will use t-procedures. t-procedures are both confidence intervals and...
Part 2: t-Procedures In this part, we will use t-procedures. t-procedures are both confidence intervals and hypothesis tests that use a t distribution. They are called t-procedures because they rely on a t-test statistic and/or a t-critical value, so we only need to know the results of a sample in order to perform these procedures for a population mean. In Part 2, you will use the data file TempSample00-18. (THIS IS THE DATA) YEAR,Month,High Temperature 2000,Jan,45 2000,Jan,48 2001,Jan,49 2003,Jan,62 2003,Jan,53...
Part 2: More Review of Confidence Intervals The following questions might be more challenging, but we...
Part 2: More Review of Confidence Intervals The following questions might be more challenging, but we want you to wrestle through them and ask for clarification along the way. Talking through these problems with a neighbor can help, and we hope that, ultimately, working through these problems will strengthen your understanding of the big ideas behind confidence intervals. A 95% confidence interval is constructed in order to estimate the average number of minutes college students spend on Facebook per day....
In what follows, use any of the following tests/procedures: Regression, multiple regression, confidence intervals, one-sided t-test...
In what follows, use any of the following tests/procedures: Regression, multiple regression, confidence intervals, one-sided t-test or two-sided t-test. All the procedures should be done with a 5% P-value or a 95% confidence interval. Upload the data HeartRate_Exercise. These data are based on 45 randomly chosen high school students. SETUP: It is believed that high school students who do not exercise have a heart rate (at rest) above 70. Given the data your job is to confirm or disprove this...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval Upload CARS data. https://www.limes.one/Content/DataFiles/cars04.txt SETUP: It is believed that Jaguars’ Highway mileage is different from that of Mercedes. Given the data your job is to confirm or disprove this belief. (CAREFULL: sort the data in order to extract the needed information). 5. What test/procedure did you perform? a....
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval. Upload data HeartRate_Exercise. These data are based on 45 randomly chosen High school students. SETUP: Is it reasonable to claim that students who do not exercise or exercise less than 10 hours a week have higher average heart beat rate at rest than those who exercise 10 hours...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval Upload CARS data. SETUP: It is believed that Jaguars’ Highway mileage is above 20 mpg. Given the data your job is to confirm or disprove this belief. (CAREFULL: sort the data in order to extract the needed information). 5. What test/procedure did you perform? a. One-sided t-test b....
what follows use any of the following tests/procedures: Regression, multiple regression, confidence intervals, one sided T-test...
what follows use any of the following tests/procedures: Regression, multiple regression, confidence intervals, one sided T-test or two sided T-test. All the procedures should be done with 5% P-value or 95% confidence interval.Some answers are approximated, choose the most appropriate answer. Open Brains data. SETUP: Some people believe that the first born children are more intelligent. Given the data your job is to confirm or disprove this assertion. I. What test/procedure did you perform? (6.66 points) a. One sided T-test...
In what follows use any of the following tests/procedures: Regression, confidence intervals, one-sided t-test, or two-sided...
In what follows use any of the following tests/procedures: Regression, confidence intervals, one-sided t-test, or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval. Open Brain data. SETUP: It is believed that the larger the head circumference the larger the brain volume should be. Given the data your job is to confirm or disprove this assertion. DATA: CCMIDSA: Corpus Collasum Surface Area (cm2) FIQ: Full-Scale IQ HC: Head Circumference (cm) ORDER: Birth Order PAIR:...
In what follows use any of the following tests/procedures: Regression, confidence intervals, one-sided t-test, or two-sided...
In what follows use any of the following tests/procedures: Regression, confidence intervals, one-sided t-test, or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval. Open Brain data. Claim: Male and female subjects have different total (brain) surface areas. 9. What test/procedure did you perform? a. One-sided t-test b. Regression c. Two-sided t-test d. ​​Confidence interval 10. What is the P-value/margin of error? a. 0.450365624 b. 1.10877E-11 c. 0.435460528 d. 0.900731248 e. ​​None of these...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT