Question

BJsales is a time series giving 150 separate sales amounts. We may convert the time series...

BJsales is a time series giving 150 separate sales amounts. We may convert the time series to a vector,x, with the assignment x <- as.vector(BJsales). Let the random variable X represent a random observation from the values in BJsales. Assume X has mean mu and standard deviation sigma and that there is no trend in the data and values are independent from one another. Think of x as a random sample from X. Answer the following using R code:

i) Find the lower boundary for a 92% confidence interval for μ.

j) Find the upper boundary for a 92% confidence interval for μ. k) How long is the 92% confidence interval for μ?

k) How long is the 92% confidence interval for μ?

Homework Answers

Answer #1

We are given this "BJsales" time series data set in R. We convert this data set into a vector. Now, we are to construct a 92% confidence interval for . For this, we need to calculate the sample mean and the sample standard deviation. The sample size is already given as: = 150. Now, the sample mean = = 229.978 and the sample standard deviation = = 21.4797.


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
This is meant for R. AirPassengers is a time series giving the monthly totals (in thousands)...
This is meant for R. AirPassengers is a time series giving the monthly totals (in thousands) of international airline passengers, 1949 to 1960. We may convert the time series to a vector,x, with the assignment x <- as.vector(AirPassengers). Let the random variable X represent a random observation from the values in AirPassengers. Assume X has mean mu and standard deviation sigma and that there is no trend in the data and values are independent from one another. Think of x...
The built-in ldeaths data set contains measurements giving the monthly deaths from bronchitis, emphysema and asthma...
The built-in ldeaths data set contains measurements giving the monthly deaths from bronchitis, emphysema and asthma in the UK, 19741979, both sexes. We can easily access this data with the assignment x <- as.vector(ldeaths). We can also get the data by entering the values 1 by 1. (You would be wise to not do the 1 by 1 entry.) The following is a screen print of the data values:s: [1] 3035 2552 2704 2554 2014 1655 1721 1524 1596 2074...
The built-in ldeaths data set contains measurements giving the monthly deaths from bronchitis, emphysema and asthma...
The built-in ldeaths data set contains measurements giving the monthly deaths from bronchitis, emphysema and asthma in the UK, 19741979, both sexes. We can easily access this data with the assignment x <- as.vector(ldeaths). We can also get the data by entering the values 1 by 1. (You would be wise to not do the 1 by 1 entry.) The following is a screen print of the data values:s: [1] 3035 2552 2704 2554 2014 1655 1721 1524 1596 2074...
Let a random sample be taken of size n = 100 from a population with a...
Let a random sample be taken of size n = 100 from a population with a known standard deviation of \sigma σ = 20. Suppose that the mean of the sample is X-Bar.png= 37. Find the 95% confidence interval for the mean, \mu μ , of the population from which the sample was drawn. (Answer in CI format and round the values to whole numbers.)
The built-in ldeaths data set contains measurements giving the monthly deaths from bronchitis, emphysema and asthma...
The built-in ldeaths data set contains measurements giving the monthly deaths from bronchitis, emphysema and asthma in the UK, 19741979, both sexes. We can easily access this data with the assignment x <- as.vector(ldeaths). We can also get the data by entering the values 1 by 1. (You would be wise to not do the 1 by 1 entry.) The following is a screen print of the data values:s: [1] 3035 2552 2704 2554 2014 1655 1721 1524 1596 2074...
The built-in R dataset swiss gives Standardized fertility measure and socio-economic indicators for each of 47...
The built-in R dataset swiss gives Standardized fertility measure and socio-economic indicators for each of 47 French-speaking provinces of Switzerland at about 1888. The dataset is a data frame containing 6 columns (variables). The column Infant.Mortality represents the average number of live births who live less than 1 year over a 3-year period. We are interested in the Infant.Mortality column. We can convert the data in this colun to an ordinary vector x by making the assignment x <- swiss$Infant.Mortality....
The built-in R dataset swiss gives Standardized fertility measure and socio-economic indicators for each of 47...
The built-in R dataset swiss gives Standardized fertility measure and socio-economic indicators for each of 47 French-speaking provinces of Switzerland at about 1888. The dataset is a data frame containing 6 columns (variables). The column Infant.Mortality represents the average number of live births who live less than 1 year over a 3-year period. We are interested in the Infant.Mortality column. We can convert the data in this colun to an ordinary vector x by making the assignment x <- swiss$Infant.Mortality....
*Answer all questions using R-Script* Question 1 Using the built in CO2 data frame, which contains...
*Answer all questions using R-Script* Question 1 Using the built in CO2 data frame, which contains data from an experiment on the cold tolerance of Echinochloa crus-galli; find the following. a) Assign the uptake column in the dataframe to an object called "x" b) Calculate the range of x c) Calculate the 28th percentile of x d) Calculate the sample median of x e) Calculate the sample mean of x and assign it to an object called "xbar" f) Calculate...
1) How much do wild mountain lions weigh? Adult wild mountain lions (18 months or older)...
1) How much do wild mountain lions weigh? Adult wild mountain lions (18 months or older) captured and released for the first time in the San Andres Mountains gave the following weights (pounds): 68 108 127 127 60 64 Assume that the population of x values has an approximately normal distribution. (a) Use a calculator with mean and sample standard deviation keys to find the sample mean weight x and sample standard deviation s. (Round your answers to one decimal...