SIMPLE LINEAR REGRESSION

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

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

Simple Linear Regression

  • Has one dependent variable and one independent variable

  • Relationship between two variables is approximated by a straight line

2
New cards

Objectives

  • To establish relationship of two variables

  • Use equation to forecast new observations 

3
New cards

Simple Linear Regression Model

  • Equation describing how y is related to x 

  • an error term

y = B0 + B1x + e

  • BO and B1 are parameters of the model

  • e is a random variable called (error term).

  • Regression Equation: E(y) = BO + B1x

    • Graph of regression equation is a straight line

    • BO = y intercept

    • B1 = slope

4
New cards

LEAST SQUARES METHOD

  • STEP 1: Slope (b1)

  • STEP 2: y-intercept (b0) = y - b1x

5
New cards

COEFFCIENT DETERMINATION

Coefficient of determination - provides measure of the goodness of fit for the estimated regression equation

  • How well can the equation explain the estimated value of y

SST = SSR + SSE

r² = SSR/SST