How do you find the best and simplest model given a table of data? I know how to find a specific regression (linear, cubic ect...) but i'm lost when it comes to choosing the best one.

1 answer

It depends what you mean by best.
If you have n discrete points, you can always make a polynomial curve go though every single point by using order n-1.( Two points - straight line order 1, Three points - parabola order two, Four points - cubic, order three etc.) That is probably not what you want in a real world problem with many points because the higher the order the bumpier the curve (straight line - constant direction, parabola first up then down, cubic up- down - up etc). In other words you need to choose your model based on what is appropriate for the type of problem you are working.
Similar Questions
    1. answers icon 0 answers
    1. answers icon 4 answers
    1. answers icon 1 answer
  1. Create a linear model for the data in the table.x 5 7 9 11 13 15 y 7 16 20 28 38 45 Question content area bottom Part 1 Write a
    1. answers icon 1 answer
more similar questions