Question

Tree ring dating is often used to estimate the age of an archeological site.? However different...

Tree ring dating is often used to estimate the age of an archeological site.? However different trees give slightly different age estimates. A random sample of trees from the Sitka Terrace Archeological Site (STAS) gave the following age estimates:

1275, 1317, 1260, 1314, 1268, 1272, 1267, 1271, 1179, 1200

It is reasonable to treat these measurements as coming from a normal distribution with unknown mean μ and unknown variance σ2

a)Use the data to calculate an unbiased point estimate of the true mean, μ, of tree ring age estimates from STAS

b)Use the data to find an unbiased point estimate of the population variance, σ2 of tree ring age estimates from STAS.

c) Find the sample standard deviation of the above data

d) Find the maximum likelihood estimate for σ2 based upon this data.

e)Create a 99% confidence interval for μ. ( , )

f) What critical value did you use to calculate the 99% confidence interval in d?

g)Create a 99% prediction interval for μ. ( , )

h) Copy your R script for the above into the text box here.

Homework Answers

Answer #1

##........reading the data
tree<-c(1275, 1317, 1260, 1314, 1268, 1272, 1267, 1271, 1179, 1200)
##-------------- a) Arithmatic mean
mean(tree)

##.........b) population variance estimate....
bvar<-var(tree) ##------it will give biased estimate
ubvar<-length(tree)/(length(tree)-1)*bvar ##-----unbiased estimate of variance

##.......c) Sample Standard Deviation -----
sd(tree)

##.......d)Since the data is normal then MLE of variance is simply the var function in r
var(tree)

##........e) confidence interval for μ
Average<-mean(tree) ##------- Simply Arithmatic mean
Error<-qnorm(0.995)*sd(tree)/sqrt(length(tree))#...we take 0.995 because 0.005 from both side of normal curve
Upper_interval<- Average+Error #....upper confidence interval
lower_interval<-Average-Error #....Lower confidence interval

##------f) 2.58 will be the critical value

##-------g) predict interval
data<- as.data.frame(tree)
PI<-predict(lm(data$tree~ 1), interval="predict",level = 0.99)
PI[1,]

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
At Burnt Mesa Pueblo, the method of tree-ring dating gave the following years A.D. for an...
At Burnt Mesa Pueblo, the method of tree-ring dating gave the following years A.D. for an archaeological excavation site (Bandelier Archaeological Excavation Project: Summer 1990 Excavations at Burnt Mesa Pueblo). Find a 95% confidence interval for the mean of all tree-ring dates from this archaeological site. Give the lower bound give the upper bound 1189    1271    1267    1272    1268    1316    1275    1317    1275
A sample of the ages of 9 trees in a certain area gave the following data....
A sample of the ages of 9 trees in a certain area gave the following data. 1189    1271    1267    1272    1268    1316    1275    1317    1275 Let μ= the mean age of trees in this area. The 99% confidence interval for this data is (1230.9, 1313.5). a) Write the statistical interpretation of this interval. b) Write the real-world interpretation of this data.
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. 1243 1271 1271 1320 1268 1317 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. (b) Find a 90% confidence interval for the mean of all tree ring dates from this archaeological site. Lower limit Upper...
Tree-ring dating from archaeological excavation sites is used in conjunction with other chronologic evidence to estimate...
Tree-ring dating from archaeological excavation sites is used in conjunction with other chronologic evidence to estimate occupation dates of prehistoric Indian ruins in the southwestern United States. Suppose it is thought that a certain pueblo was occupied around 1292 A.D. (based on evidence from potsherds and stone tools). The following data give tree-ring dates (A.D.) from adjacent archaeological sites: 1189 1267 1268 1275 1275 1271 1272 1316 1317 1230 (i) Use a calculator with sample mean and standard deviation keys...
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 1285 1250 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 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. 1236 1271 1229 1194 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 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 1243 1320 1201 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 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. 1313 1292 1299 1271 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...
At Burnt Mesa Pueblo, the method of tree-ring dating found at an archaeological excavation site that...
At Burnt Mesa Pueblo, the method of tree-ring dating found at an archaeological excavation site that the mean year of birth (AD) for a tree was 1272 with a sample standard deviation of 37 years in a sample of size 9.  Find a 90% confidence interval for the mean of all tree-ring dates from this site.  Interpret the confidence interval in the context of the problem and find each of the following.   x-bar std dev n Confidence Level Margin of Error Point...
Part 1) The method of tree ring dating gave the following years A.D. for an archaeological...
Part 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. 1271 1299 1299 1215 1268 1316 1275 1317 1275 a) Find a 90% confidence interval for the mean of all tree ring dates from this archaeological site. (Round your answers to the nearest whole number.) lower limit________    A.D. upper limit________ A.D. Part 2) How much does a sleeping bag...