Week 7: Simple Linear Regression

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary terms and definitions related to simple linear regression from the COMP1006 Engineering Programming lecture.

Last updated 11:54 AM on 4/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Regression

A statistical method for estimating the relationships among variables.

2
New cards

Dependent variable

Also known as the response variable, it is the outcome that is being predicted or explained.

3
New cards

Independent variable

Also known as a predictor variable, it is the variable that is manipulated or categorized to observe its effect on the dependent variable.

4
New cards

Predictor

A variable used to predict the outcome of another variable.

5
New cards

Model

A mathematical representation of the relationship between variables in regression analysis.

6
New cards

Residuals

The difference between the observed values and the predicted values in regression analysis.

7
New cards

Ordinary least squares (OLS)

A method used in regression analysis to estimate the parameters of the model by minimizing the sum of squared residuals.

8
New cards

Coefficient

A numerical value that represents the relationship between an independent variable and the dependent variable in a regression model.

9
New cards

Residual sum of squares (RSS)

A measure of the discrepancy between the data and the estimation model, calculated as the sum of the squares of residuals.

10
New cards

Affine model

A model that represents a linear relationship between two variables, usually expressed in the form y = β0 + β1x.

11
New cards

R-squared value (R²)

A statistical measure that represents the proportion of the variance for the dependent variable that's explained by the independent variable(s) in a regression model.

12
New cards

Prediction error

The difference between the observed value and the predicted value.

13
New cards

Classification

The process of predicting the category or class of an object based on its features.

14
New cards

Scatter plot

A graphical depiction of the relationship between two quantitative variables.

15
New cards

Normalised RSS

The ratio of the residual sum of squares to the total sum of squares, bounded between 0 and 1.