Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A biased weather forecaster makes daily predictions about the temperature, in degrees Fahren- heit, at a station at noon each day. Let random variable
A biased weather forecaster makes daily predictions about the temperature, in degrees Fahren- heit, at a station at noon each day. Let random variable W represent the forecast error for any given day. For example, if the forecast is 89.1 degrees and the actual temperature is 90.1 degrees, -1.0. Assume W follows a normal distribution with mean 1.5 and then we would have W standard deviation 6.2. (a) (1 point) Explain in one or two sentences why this forecaster is considered "biased." (b) (2 points) Calculate the probability that the next forecast will miss on the low side, i.e., P(W < 0). Set up the relevant integral and then use R to make the calculation. Write the R code necessary to get the answer. (c) (4 points) A different forecaster of temperatures at the same station has error distribution N(1.9, sd=3.0). This forecaster's predictions are further off, on average, but they are less variable. Suppose the criterion for judging a forecaster is the probability of getting a forecast within five degrees of the truth (i.e., P(|error| < 5)). Using this criterion, determine which of the two forecasters is preferred. Include your R code. U (d) (2 points EXTRA CREDIT) Calculate the probability that the first forecaster (with daily error W) will miss at least three of their next five forecasts on the low side. Assume each forecast error independently follows the same normal distribution with mean 1.5 and standard deviation 6.2.
Step by Step Solution
★★★★★
3.45 Rating (161 Votes )
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started