Question

The bloodhound is the mascot of John Jay College? Suppose we weigh n-8 randomly selected bloodhounds and get the following weights in pounds 85.6, 91.6, 105.9, 83.1, 102.1, 92.5, 108.8, 81.4 Assume bloodhound weight are normally distributed with unknown mean of μ pounds and an unknown standard deviation of σ pounds. a) Calculate the sample mean for this data. b) Calculate the sample variance for this data.. c) Calculate the sample standard deviation for this data. d) Calculate the maximurm likelihood estimate for using this data. e) Suppose W has a t distribution with 7 degrees of freedom. If P(w > t)-.03 then what is t? f) Suppose W has a t distribution with 7 degrees of freedom. If P( t)03 then what is t? g) Calculate the 97th percentile of a standard normal distribution. h) Compute a 94% Confidence Interval for using your answers above. i) Compute a 94% Prediction Interval for a single future bloodhound weight measurement using your answers above.. k) Copy your R script or other comments for the above into the text box here

All questions and round to 4 decimals points please. Thank you!

0 0
Add a comment Improve this question Transcribed image text
Answer #1

# data

> w = c(85.6, 91.6, 105.9, 83.1, 102.1, 92.5, 108.8, 81.4)

a)
> mean(w)
[1] 93.875

b)
> var(w)
[1] 111.7536

c)
> sd(w)
[1] 10.57136

d) MLE of \sigma^2 is \dfrac{1}{n}\sum_{i=1}^n (X_i - \bar{X})^2 . Using this, we can find MLE here:
> 1/8*sum((w-mean(w))^2)
[1] 97.78438

e)

> qt(0.03, df = 7, lower.tail = FALSE)
[1] 2.240879

f)
> qt(0.03, df = 7, lower.tail = TRUE)
[1] -2.240879

g)
> qnorm(0.97, lower.tail = TRUE)
[1] 1.880794

h) Confidence interval of \mu is (\bar{x}-t_{\alpha/2, n-1}s/\sqrt{n}, \bar{x}+t_{\alpha/2, n-1}s/\sqrt{n}) . Using this formula, we can find the confidence interval:

> t_lower <- qt(0.03, df = 7, lower.tail = TRUE)
> t_upper <- qt(0.03, df = 7, lower.tail = FALSE)
> con_lower <- mean(w) + t_lower*sd(w)/sqrt(8)
> con_upper <- mean(w) + t_upper*sd(w)/sqrt(8)
> c(con_lower, con_upper)
[1] 85.49963 102.25037

Hence confidence interval is (85.49963, 102.25037)

i) Predictive interval of \mu is (\bar{x}-t_{\alpha/2, n-1}s\sqrt{1+1/n}, \bar{x}+t_{\alpha/2, n-1}s\sqrt{1+1/n}) . Using this formula, we can find the predictive interval:

> pred_lower <- mean(w) + t_lower*sd(w)*sqrt(1+1/8)
> pred_upper <- mean(w) + t_upper*sd(w)*sqrt(1+1/8)
> c(pred_lower, pred_upper)
[1] 68.74888 119.00112

Hence predictive interval is (68.74888, 119.00112)

Add a comment
Know the answer?
Add Answer to:
All questions and round to 4 decimals points please. Thank you! The bloodhound is the mascot...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • You measure 27 textbooks' weights, and find they have a mean weight of 70 grams. Assume...

    You measure 27 textbooks' weights, and find they have a mean weight of 70 grams. Assume the population standard deviation is 5.4 grams. Based on this, construct a 94% confidence interval for the true population mean textbook weight. Assume n is too small to allow use of the normal. Instead use a t statistic. What is the degrees of freedom? dof =    What is the confidence interval. Give your answers as decimals, to two places < μμ <

  • PLEASE PUT CLEAR AND EASY TO READ RESPONSES! THANK YOU! 1. Below are the graphs of...

    PLEASE PUT CLEAR AND EASY TO READ RESPONSES! THANK YOU! 1. Below are the graphs of a standard Normal distribution and a t-distribution with 3 degrees of freedom. (a) Indicated which graph is which and explain how you know. Dotted graph Solid graph- 3-2 1 (b) On the same figure sketch a graph of a t-distribution with 1 degree of freedom. 2. Find the critical value for each of the following confidence intervals: (a) 95% confidence interval with 8 degrees...

  • thank you for all your help this means a lot to me 1 2 Entered Answer...

    thank you for all your help this means a lot to me 1 2 Entered Answer Preview Result Message 1110 1110 incorrect Your answer needs to be rounded to the next largest whole number. The answer above is NOT correct. (1 point) Suppose we want a 95% confidence interval for the average amount spent on books by freshmen in their first year at college. The amount spent has a normal distribution with standard deviation $34. How large should the sample...

  • 8. Practice constructing confidence intervals Suppose a data set of 30 observations (N-30) was analyzed using...

    8. Practice constructing confidence intervals Suppose a data set of 30 observations (N-30) was analyzed using OLS to examine the factors influencing the participation rate of employees in a 401(k) retirement plan sponsored by their employer. The regression results are as follows, with standard errors in parentheses: prate = 80.1 + 5.6mrate + 0.046 age + 0.0001 totemp 0.s5) (0.04) (S.OR-5) where prate - percentage of eligible workers with a 401(k) plan mrate match rate for firm age - age...

  • O-7 points BowskyintroStatt 8PR.018. My Notes Ask Your Teacher A sample of 20 heads of lettuce...

    O-7 points BowskyintroStatt 8PR.018. My Notes Ask Your Teacher A sample of 20 heads of lettuce was selected. Assume that the population distribution of head weight is normal. The weight of each head of lettuce was then recorded. The mean weight was 2.2 pounds with a standard deviation of 0.1 pounds. The population standard deviation is known to be 0.2 pounds. Construct a 95 % confidence interval for the population mean welght of the heads of lettuce. State the confidence...

  • (3 points) The study by Schlaich et al. (1998) investigated lung function in patients with spinal...

    (3 points) The study by Schlaich et al. (1998) investigated lung function in patients with spinal osteoporosis. The volume of forced expiration in one second was recorded on each of 34 patients, this figure being adjusted for associated variables such as age and gender and then recorded as a percentage of some standardised figure. Suppose the mean and standard deviation of the data were 95 and 14.2 respectively, both in percentage points. It is assumed the data are from a...

  • Please answer all of this

    Number 1:A. Suppose your section will participate in the field demonstration at the Sports festival in your school. This field demonstration must be consisting of 20 learners per section. Your adviser assigned you to organize a team that is willing to join in the said event. He also instructed you to collect information about your classmates’ height because he will need to buy a costume. Since your community is under the General Community Quarantine because of the recent pandemic, you...

  • Please answer all questions completely. Please TYPE do not hand write! Thank you in advance. Given...

    Please answer all questions completely. Please TYPE do not hand write! Thank you in advance. Given the following data at test was performed to determine whether or not there is a significant difference between the 2 groups, critical t = 2.57, calculated t = 3.37 1. State the Null and Alternative Hypotheses about this data (2pts) 2. Calculate the Degrees of Freedom for this data (1pt) 3. Which Hypothesis did you accept? Which did you reject? (1pt) 4. State your...

  • 30. Let us consider you have given your data to a computer to analyze, and it...

    30. Let us consider you have given your data to a computer to analyze, and it tells you the p-value = 0.0004. If your significance level (alpha) is 0.05, then you would a. fail to reject the null hypothesis b. reject the alternative hypothesis C. reject the null hypothesis d. consider the computer has given you an incorrect value 31. With small degrees of freedom, the t-distribution is not quite Normal, but with degrees of freedom the t-distribution will more...

  • 2. The chi-square distribution plays a significant role in performing inference on the as- sociation between...

    2. The chi-square distribution plays a significant role in performing inference on the as- sociation between categorical random variables (e.g., car injury severity and seat belt usage). If Z ~ N(0,1), then W = Z2 ~ xỉ – that is, W has a chi-square distribution with 1 degree of freedom. Furthermore if Z1, Z2, ..., Zn N(0,1), then W = Z+Z2+...+22 has a chi-square distribution with n degrees of freedom. Here are some helpful facts. Let t > 0 •...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT