Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The technique of estimating the next value in a series by taking the weighted average of the current measured value and the previous estimate is
- The technique of estimating the next value in a series by taking the weighted average of the current measured value and the previous estimate is sometimes called aging.
Suppose that the estimated time per command for some terminal is T0. Now suppose its next run is measured to be T1. We could update our estimate by taking a weighted sum of these two numbers, that is a T0 + (1-a) T1
The aging algorithm with a = is being used to predict run times. The previous four runs, from oldest to most recent, are 40, 20, 40, and 15 msec. What is the prediction of the next time?
Step by Step Solution
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