Least Squares Regression Concepts

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and terminology related to Least Squares Regression as discussed in the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Regression

A technique used for prediction when the variable being predicted is numeric.

2
New cards

Dependent Variable

The variable being predicted, also known as the response, target or output variable, denoted as Y.

3
New cards

Independent Variable

Variables used to predict the value of the dependent variable, also called predictor, explanatory or input variables, denoted as X1, X2, X3…

4
New cards

Simple Regression

Regression involving one independent variable.

5
New cards

Multiple Regression

Regression involving two or more independent variables.

6
New cards

Least Squares Regression Method

A procedure that estimates the parameters of a straight-line regression equation using sample data.

7
New cards

Regression Equation

A simple regression equation has the form: y = b0 + b1*x.

8
New cards

Slope (b1)

The average change in the dependent variable y given a one unit increase in the independent variable x.

9
New cards

Intercept (b0)

The value where the regression line intersects the Y axis; the estimated value of y when x=0.

10
New cards

Residual

The error or variability in y that is not explained by the linear relationship between x and y.

11
New cards

Sum of Squared Errors (SSE)

A measure used in LSR that minimizes the sum of the squared errors.

12
New cards

Coefficient of Determination (R2)

The proportion of the variation in Y that is explained by the regression model.

13
New cards

Correlation Coefficient (r)

Measures the strength of a linear relationship between two variables.

14
New cards

Point Estimate

A single value estimate of a population parameter.

15
New cards

Interval Estimate

A range of values where a population parameter is expected to lie.

16
New cards

Confidence Interval (CI)

Specifies a range within which a population parameter is expected to lie with a given confidence level.

17
New cards

Hypothesis Testing

Involves resolving a conflict between two competing hypotheses about a population parameter.

18
New cards

Null Hypothesis (Ho)

Represents the presumed status quo in hypothesis testing.

19
New cards

Alternative Hypothesis (Ha)

Contradicts the null hypothesis and represents what the researcher is surmising.

20
New cards

P-value

The probability of observing a sample statistic as extreme as the one observed when the null hypothesis is true.

21
New cards

Confidence Interval for Slope Coefficient

A range around the slope coefficient within which we expect the true slope coefficient to lie.

22
New cards

Testing Significance of Slope

Involves assessing whether a slope coefficient is significantly different from zero.

23
New cards

Prediction Interval

An interval estimate for the predicted y for one single observation with given x values.

24
New cards

Confidence Interval vs Prediction Interval

Confidence intervals are narrower than prediction intervals because they estimate the average for a population while prediction intervals account for individual variability.

25
New cards

Statistical Inference

Drawing conclusions about population characteristics through analysis of sample data.

26
New cards

Confidence Level

The probability that the computed confidence interval will contain the true population parameter.