Linear regression Flashcards
What is a model?
Result of probability distributions, can be used to predict most values a sample will take on.
What do models predict?
How a change in the independent variable affects a dependent variables
What is the model error?
Difference between model and outlying observed value
What is the coefficient of determination?
R^2 = 1 - SSerror/SStotal
Used for model validation.
Compares the variance of the error of the model against the variance of the sample itself.
How is the result of the coefficient of determination interpreted?
Lower the ratio, the less variance is explained by the model.
If ratio == 1 then 0 variance is explained by the model, making it worthless.
How do we define SSerror?
Sum of model error (variance from model mean) against each value
How do we define SStotal
Sum of error in the sample against it’s mean