02.51modelling

Modelling and Regression

Types of Graphs

We have studied these eight types of graphs (among others).

02.51model1.gif
02.51model2.gif

For the purposes of this topic we will assume there is no sideways translation.

Regression

Often we obtain a set of data and wish to produce the equation of a line that fits that data. This process is called Regression. You may know it as “line of best fit.”

.

The first step is to decide which type of curve you will try to fit to the available data.

.

Look for:

  • Linear Data (Linear)
  • Is there cyclic behaviour (repeated curving up then down)? (Trigonometric)
  • Are there signs of a turning point? (Quadratic)
  • Are there signs of a point of inflection (change from concave to convex)? (Cubic)
  • Is the graph increasing but with steadily decreasing gradient? (Square root, Cube root)
  • Does the graph appear to increase but approach an asymptote? (Exponential)
  • Is the graph increasing and with steadily increasing gradient? (Quadratic, Cubic, Exponential)
  • Does the graph appear to decrease to an asymptote? (Exponential, Hyperbola, Truncus)
  • Does the graph appear to have a vertical asymptote? (Hyperbola, Truncus)

Note:

  • Often there will be several possible curves that could fit the available data.
  • The question may specify which curve to use.
  • If the question / situation does not specify the curve to be used then trial and error must be used to find the curve that gives the best fit (measured by the r2 value).

.

Example (by hand)

The data in the following table fits one of these rules. Find the equation which best models this data.

02.51modtab1.gif

First sketch the data points and observe!!

02.51model3.gif

The points appear to fit the pattern of the square root graph.
We conclude our data will probably fit a curve with the equation: $y=a \sqrt{x}+b$ where a and b are unknown constants

Based on this observation, rework the table to include a row for $X = \sqrt{x}$

02.51modtab2.gif

Now sketch the points $(X, \; y)$

02.51model4.gif
  • the new points produce a straight line (or a strongly correlated linear regression line) so the correct rule has been chosen.

Draw in a linear "line of best fit" $y = aX + b$ to get a linear model for the data.

  • Use this to get values for a and b.
  • These constants are then the same for the original equation.
02.51model5.gif

Using the points $(0, \; 0)$ and $(2,\; 5)$ gives us

  • a gradient of 2.5 and
  • a y-intercept of 0

so the equation of the straight line is: $y=2.5X$

The equation of a regression line fitting our original data can then be found by replacing X with $\sqrt{x}$

Hence our line of best fit for this data is given by: $y=2.5 \sqrt{x}$

Plot this equation over the original points to check how closely the curve “fits.”

02.51model6.gif

Regression on the CLasspad

This process of regression can be performed quite easily on the Classpad Calculator.
The concept of the process stays the same but the calculator does all the calculations for us.

.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License