Question

In: Statistics and Probability

The built-in data set treering provides Annual tree-ring widths in normalized units for years from -6000...

The built-in data set treering provides Annual tree-ring widths in normalized units for years from -6000 to 1979. Assume that the n measurements x=(

x1, x2,...,xn

) are a random sample from a population true mean μ and true unknown variance

σ2

. Using R we can define the vector x by the assignment x<-as.vector(treering).
a) Calculate, n, the number of elements in x.  

b)Calculate the sample standard deviation s, of x.  

c) Estimate true mean μ, using this data by calculating the sample mean.  

d) Calculate an unbiased point estimate of the population variance,

σ2

of tree-ring widths.  

e) Assuming normality of tree ring widths, calculate the maximum likelihood estimate of μ?  
f) Calculate the 60th percentile of x using R.  

g) Calculate a

1
798

trimmed mean for x using R.  

h) Since the sample size is >30 we can create a confidence interval for μ using a normal critical value. If we want the confidence interval to be at the 96% level and we use a normal critical value, then what critical value should we use?

i) Calculate a 96% confidence interval(using a normal critical value) for μ.
(

,

)

j) How long is the 96% confidence interval just created in part i?  

Solutions

Expert Solution

Rcode for first 4 bits

data(treering)
head(treering)
x<-as.vector(treering)
print(x)
no_of_elements <- length(x)
no_of_elements
standard_deviation <- sd(x)
standard_deviation
sample_mean <- mean(x)
sample_mean
population_variance <- var(x)
population_variance

Ouptut:

> no_of_elements
[1] 7980
> standard_deviation <- sd(x)
> standard_deviation
[1] 0.3003575
> sample_mean <- mean(x)
> sample_mean
[1] 0.9968362
> population_variance <- var(x)
> population_variance
[1] 0.09021466

Solution-A:

number of elements=7980

Solution-B:

sample standard deviation=s=0.3003575

Solution-c:

sample mean=0.9968362

Solutiond:

unbiased point estimate of the population variance,

σ2=s^2=0.09021466


Related Solutions

In R: Consider dataset “juul” from library “ISwR”. (juul is a built in data set) Are...
In R: Consider dataset “juul” from library “ISwR”. (juul is a built in data set) Are the means of igf1 equal among tanner groups at 5% level? Please use the six step process to test statistical hypotheses for this research problem. Note: You need to convert tanner from numeric to factor type and ignore all the NAs.
The method of tree ring dating gave the following years A.D. for an archaeological excavation site....
The method of tree ring dating gave the following years A.D. for an archaeological excavation site. Assume that the population of x values has an approximately normal distribution. 1299 1201 1299 1320 1268 1316 1275 1317 1275 (a) Use a calculator with mean and standard deviation keys to find the sample mean year x and sample standard deviation s. (Round your answers to the nearest whole number.) x = A.D. s =    yr (b) Find a 90% confidence interval...
The method of tree ring dating gave the following years A.D. for an archaeological excavation site....
The method of tree ring dating gave the following years A.D. for an archaeological excavation site. Assume that the population of x values has an approximately normal distribution. 1215 1222 1320 1180 1268 1316 1275 1317 1275 (a) Use a calculator with mean and standard deviation keys to find the sample mean year x and sample standard deviation s. (Round your answers to the nearest whole number.) x = Incorrect: Your answer is incorrect. A.D. s = Incorrect: Your answer...
The method of tree ring dating gave the following years A.D. for an archaeological excavation site....
The method of tree ring dating gave the following years A.D. for an archaeological excavation site. Assume that the population of x values has an approximately normal distribution. 1292 1180 1208 1236 1268 1316 1275 1317 1275 (a) Use a calculator with mean and standard deviation keys to find the sample mean year x and sample standard deviation s. (Round your answers to the nearest whole number.) x = A.D. s = yr (b) Find a 90% confidence interval for...
the method of tree ring dating gave the following years ad for an archaeological excavation site...
the method of tree ring dating gave the following years ad for an archaeological excavation site assume that the population of x-values has an approximately normal distribution 1292, 1229, 1264, 1299, 1268, 1316, 1275, 1317, 1275, hey use a calculator with mean and standard deviation keys to find the sample mean year bar X and Sample standard deviation s round your answers to the nearest whole number do you find a 90% confidence interval for the mean of altering dates...
The method of tree ring dating gave the following years A.D. for an archaeological excavation site....
The method of tree ring dating gave the following years A.D. for an archaeological excavation site. Assume that the population of x values has an approximately normal distribution. 1229 1236 1271 1229 1268 1316 1275 1317 1275 (a) Use a calculator with mean and standard deviation keys to find the sample mean year x and sample standard deviation s. (Round your answers to the nearest whole number.) (b) Find a 90% confidence interval for the mean of all tree ring...
the method of tree ring dating gave the following years AD for an archaeological excavation site....
the method of tree ring dating gave the following years AD for an archaeological excavation site. assume that the pooulation of x values has an approximately normal distribution. 1222,1285,1215,1222,1268,1316,1275,1317,1275 what is mean and sd. find 90% confidence interval for mean of all tree ring dates from this archaeological site
The method of tree ring dating gave the following years A.D. for an archaeological excavation site....
The method of tree ring dating gave the following years A.D. for an archaeological excavation site. Assume that the population of x values has an approximately normal distribution. 1271 1320 1229 1320 1268 1316 1275 1317 1275 (a) Use a calculator with mean and standard deviation keys to find the sample mean year x and sample standard deviation s. (Round your answers to the nearest whole number.) x = A.D. s = yr (b) Find a 90% confidence interval for...
1. The method of tree ring dating gave the following years A.D. for an archaeological excavation...
1. The method of tree ring dating gave the following years A.D. for an archaeological excavation site. Assume that the population of x values has an approximately normal distribution. 1264 1257 1243 1306 1268 1316 1275 1317 1275 (a) Use a calculator with mean and standard deviation keys to find the sample mean year x and sample standard deviation s. (Round your answers to the nearest whole number. x = A.D. s = yr (b) Find a 90% confidence interval...
The method of tree ring dating gave the following years A.D. for an archaeological excavation site....
The method of tree ring dating gave the following years A.D. for an archaeological excavation site. Assume that the population of x values has an approximately normal distribution. 1264 1285 1313 1187 1268 1316 1275 1317 1275 (a) Use a calculator with mean and standard deviation keys to find the sample mean year x and sample standard deviation s. (Round your answers to the nearest whole number.) x = A.D. s = yr (b) Find a 90% confidence interval for...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT