4.2 Linear regression Flashcards
What is regression?
» The act of setting paramaters on our model
» Such as y = a + bx
» Where a and b have been restricted to fit the model
What is the least squares regression line?
» This minimises the sum of the square of these errors
» Squaring these values treat each erros as a positive value
What do you do if it asks you to interpret the value of the gradient?
» Talk about what the gradient represents
» For example if the gradient was 2 on a distance, time graph
» The interpretation would be for every minute, the distance increases by 2 metres
Justify the use of a linear regression line
» Data is represented in a linear way
» Therefore there is a linear relationship
» A stronger correlation means the more suitable a linear regression line is
How can we interpret the y intercept?
» The amount of y value at 0 value on x
» Refer to context
When should you only use the regression line to make predictions?
» For the values of the dependent variable that are within the range of the given data
What is interpolating?
» Estimating a value inside the data range
What is interpolating?
» Estimating a value inside the data range
What is extrapolating?
» Esimating a value outside the data range