0% found this document useful (0 votes)
52 views

Sample Problem: Doing Linear Regression On These Set of Data

This document describes performing linear regression on a dataset containing 8 data points with independent variable x and dependent variable y. Linear regression was performed to find the slope b and y-intercept a, resulting in the linear regression equation y = -186.4706 + 4.7059x that best fits the data.

Uploaded by

Umair Zulkefli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views

Sample Problem: Doing Linear Regression On These Set of Data

This document describes performing linear regression on a dataset containing 8 data points with independent variable x and dependent variable y. Linear regression was performed to find the slope b and y-intercept a, resulting in the linear regression equation y = -186.4706 + 4.7059x that best fits the data.

Uploaded by

Umair Zulkefli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Sample Problem:

Doing Linear Regression on these set of data:


n
x
y

1
65
105

2
65
125

3
62
110

4
67
120

5
69
140

Plotting:

Applying Linear Regression formula:

6
65
135

7
61
95

8
67
130

a = -186.4706
b = 4.7059
so:
y = -186.4706 + 4.7059x

You might also like