Question

I have the following range: 8 151 8 348 9 263 9 978 10 271 9 906 9 983 1...

I have the following range:

8 151
8 348
9 263
9 978
10 271
9 906
9 983
10 578
11 137
11 194
11 143
10 713
10 592
10 926
11 257
11 500
11 706
11 872

I used the naive forecast and calculated RMSE and MAD.
RMSE = 408, MAD = 332.

What conclusions can I make? Are these RMSE and MAD too high for this range? Is the model good? I need a detailed explanation, please.

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

RMSE means Root mean square error it is the difference of predicted and original value .

It is used when there is need toh find how much the data values are far from each other and how much data is deviated . Less value of RMSE means data values are near toh each other , large value of RMSE means data values are far from each other . As there is no fixed range for RMSE which tell us it was good or not .

MAD means mean/ median absolute deviation we can calculate it by using mean/median value and find difference of each value form mean / median it gives MAD and we can find ho much data is far from mean /median . It tells us on an average how far is the values of given data

Add a comment
Know the answer?
Add Answer to:
I have the following range: 8 151 8 348 9 263 9 978 10 271 9 906 9 983 1...
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
  • Implement a method that uses insertion sort to sort numbers. Use the numbers provided in files...

    Implement a method that uses insertion sort to sort numbers. Use the numbers provided in files (100.txt, 1000.txt, 5000.txt, 50000.txt, 100000.txt and 500000.txt) as input. Measure the time taken to sort these numbers (do not include the file IO time). Plot the time taken to sort the numbers [Programming, 35 points] .Files to submit. A report that briefly talks about your solution to each of the problem (the explanation should not exceed more than half pages each). Seperate file for...

  • In C++ Programming: Using a single for loop, output the even numbers between 2 and 1004...

    In C++ Programming: Using a single for loop, output the even numbers between 2 and 1004 (inclusive) that iterates (loops) exactly 502 times. The outputted numbers be aligned in a table with 10 numbers per row. Each column in the table should be 5 characters wide. Do not nest a loop inside of another loop. Hint: First create and test the code that output the numbers all on one line (the command line will automatically wrap the output to new...

  • Future Value and Value Tables Present Table I Future Value of $1.00(1 12% Perlod 4% 6%...

    Future Value and Value Tables Present Table I Future Value of $1.00(1 12% Perlod 4% 6% 8% 10% 14% 20% 1.040 1 1.060 1.080 1.100 1.120 1.140 1.200 1.254 1.300 1.082 1.124 1.166 1.210 1.440 1.125 1.191 1.260 1.331 1.405 1.482 1.728 4 1.170 1.263 1.361 1.464 1.574 1.689 2.074 1.338 5 1217 1.469 1.611 1.762 1.925 2.488 1,772 6 1.265 1.419 1.587 1.974 2.195 2.986 2.502 3.583 7 1.316 1.504 1.714 1.949 2.211 8 1.369 1.594 1.851 2.144 2.476...

  • need help to complete this java program // add appropriate import statements here. // These imports...

    need help to complete this java program // add appropriate import statements here. // These imports you can leave as is. import javafx.application.Application; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.canvas.Canvas; import javafx.scene.canvas.GraphicsContext; import javafx.scene.paint.Color; import javafx.stage.Stage; /** @author yourAccountNameHere */ public class ConnectTheDots extends Application {            /*     * Do not add code to main(). Add it below in connectTheDots instead.     */     public static void main(String[] args) {         launch(args);     }         /*...

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