Answer:
m=-1/4
Step-by-step explanation:
(0,5)(4,4)
Answer:
(a) MAE = 5.20
(b) MSE = 10
(c) MAPE = 38.60%
(d) Forecast for week 7 = 14
Step-by-step explanation:
Note: See the attached excel for the calculations of the Error, Error^2, and Error %.
(a) mean absolute error
MAE = Total of absolute value of error / Number of observations considered = |Error| / 5 = 26 / 5 = 5.20
(b) mean squared error
MSE = Total of Error^2 / Number of observations considered = Error^2 / 5 = 150 / 5 = 10
(c) mean absolute percentage error (Round your answer to two decimal places.)
MAPE = Total of Error % / Number of observations considered = Error % / 5 = 193.02 / 5 = 38.60%
(d) What is the forecast for week 7?
Since the forecast is based on the naive method (most recent value), the forecast for week 7 is value for week 6. Therefore, we have:
Forecast for week 7 = 14
Answer: Hello There!................
Mean = Sum of observation / total number of observation
Mean = 1.35m
1.35 = Sum of length of 7 wood planks/ 7
1.35*7 = Sum of the length of 7 wood planks
9.45 = Sum of the length of 7 wood planks
Let the length of extra added wood plank = x
So,
(Sum of the length of 7 wood planks + x) / 8 = 1.4m
(9.45 + x) / 8 = 1.4
9.45 + x = 1.4 * 8
9.45 + x = 11.2
x = 11.2- 9.45
= 1.75
So,
The length of extra added wood plank = 1.75m
Step-by-step explanation:
Mark me brainest please. Hope this helps. Anna ♥
9514 1404 393
Answer:
(a) 6² +3² +1² +1² = 47
(b) 5² +4² +2² +1² +1² = 47
(c) 3³ +4² +2² = 47
Step-by-step explanation:
It can work reasonably well to start with the largest square less than the target number, repeating that approach for the remaining differences. When more squares than necessary are asked for, then the first square chosen may need to be the square of a number 1 less than the largest possible.
The approach where a cube is required can work the same way.
(a) floor(√47) = 6; floor(√(47 -6^2)) = 3; floor(√(47 -45)) = 1; floor(√(47-46)) = 1
__
(b) floor(√47 -1) = 5; floor(√(47-25)) = 4; ...
__
(c) floor(∛47) = 3; floor(√(47 -27)) = 4; floor(√(47 -43)) = 2