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

Assignment 6: Unit 8 - Week 6

This document is a quiz for an online course on data science for engineers. It contains 12 multiple choice questions testing concepts related to simple linear regression, including: - Identifying slope and intercept from linear equations - Calculating predicted values and residuals from regression models - Interpreting correlation coefficients and coefficients of determination - Building linear models from datasets and evaluating their fit The questions require applying linear regression concepts to equations and analyzing automobile mileage and weight data to build and evaluate regression models.

Uploaded by

cse_julie
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
96 views

Assignment 6: Unit 8 - Week 6

This document is a quiz for an online course on data science for engineers. It contains 12 multiple choice questions testing concepts related to simple linear regression, including: - Identifying slope and intercept from linear equations - Calculating predicted values and residuals from regression models - Interpreting correlation coefficients and coefficients of determination - Building linear models from datasets and evaluating their fit The questions require applying linear regression concepts to equations and analyzing automobile mileage and weight data to build and evaluate regression models.

Uploaded by

cse_julie
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

02/07/2020 Data Science for Engineers - - Unit 8 - Week 6

(https://swayam.gov.in) (https://swayam.gov.in/nc_details/NPTEL)

[email protected]

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL) » Data Science for Engineers (course)

Announcements (announcements) About the Course (https://swayam.gov.in/nd1_noc20_cs28/preview)

Ask a Question (forum) Progress (student/home) Mentor (student/mentor)

Unit 8 - Week 6

Course
outline Assignment 6
How does an The due date for submitting this assignment has passed. Due on 2020-03-11, 23:59 IST.
NPTEL online As per our records you have not submitted this assignment.
course work?
1) The graph for the straight-line y=mx+b (m - slope, b - intercept) will have a upward slope when 1 point
Week 0 the value of

m=0
Week 1
m>0
Week 2 m<0
m≥0
Week 3
No, the answer is incorrect.
Score: 0
Week 4 Accepted Answers:
m>0
Week 5
2) In the simple linear regression equation 𝑦 = 25.9 + 42𝑥 , where the value 25.9 refers to 1 point

Week 6 intercept

Module : slope
Predictive error
Modelling (unit?
prediction
unit=43&lesson=44)
No, the answer is incorrect.
Linear Score: 0
Regression Accepted Answers:
(unit? intercept
unit=43&lesson=45)

Model
Based on the information given below answer the questions 3 and 4
Assessment
The total sales amount (y) and price for each model of toaster(x) was recorded.
(unit?
unit=43&lesson=46)

https://onlinecourses.nptel.ac.in/noc20_cs28/unit?unit=43&assessment=119 1/5
02/07/2020 Data Science for Engineers - - Unit 8 - Week 6

Diagnostics to
Improve Linear
Model Fit (unit?
unit=43&lesson=47)

Simple Linear
Regression
Model Building
(unit?
unit=43&lesson=48)

Simple Linear
Regression
Model
Assessment
(unit? 3) Given the following model equation 𝑦 = 173.48𝑥 − 3781.98 , the estimated sales amount 1 point
unit=43&lesson=49) for a 56-dollar toaster is

Simple Linear 5933


Regression
Model
7895
Assessment ( 2500
Continued )
4580
(unit?
unit=43&lesson=50) No, the answer is incorrect.
Score: 0
Muliple Linear Accepted Answers:
Regression 5933
(unit?
unit=43&lesson=51) 4) Given the following model equation 𝑦 = 173.48𝑥 − 3781.98 , the residual error when the 1 point
price of the product is 62 dollars is given by
Dataset (unit?
unit=43&lesson=52)
22.25
FAQ (unit? 26.22
unit=43&lesson=53)
25.36
Quiz : Practice 39.56
Assignment 6
(assessment? No, the answer is incorrect.
Score: 0
name=95)
Accepted Answers:
Quiz : 26.22
Assignment 6
(assessment? 5) The coefficient of determination formula is:- 1 point
name=119)
(SST / SSE) - 1
Week 6
1 – (SSE / SSR)
Feedback (unit?
unit=43&lesson=123) (SSR / SST) – 1
1 – (SSE / SST)
Solution -
Assignment 6 No, the answer is incorrect.
(unit? Score: 0
unit=43&lesson=128) Accepted Answers:
1 – (SSE / SST)
Week 7
6) Which of the following method is NOT appropriate to check the association between two 1 point
continuous variables?
Week 8
Pearson's correlation
Text Transcripts
Chi-square test

Download Videos Regression


T-test

N h i i

https://onlinecourses.nptel.ac.in/noc20_cs28/unit?unit=43&assessment=119 2/5
02/07/2020 Data Science for Engineers - - Unit 8 - Week 6

No, the answer is incorrect.


Score: 0
Accepted Answers:
Chi-square test

7) If the value of SSE is equal to zero, then 1 point

correlation is equal to 0
correlation is less than 0
coefficient of determination(R2) must be equal to 1
coefficient of determination(R2) is equal to 0
No, the answer is incorrect.
Score: 0
Accepted Answers:
coefficient of determination(R2) must be equal to 1

8) Which of the following is/ are TRUE with respect to Pearson’s correlation(𝑟 𝑥𝑦 )? 1 point

rxy takes a value between 0 to +1


A measure for the degree of linear dependence between two numerical variables
Cannot be applied to ordinal variables
rxy= 0 means there is no correlation between x and y
No, the answer is incorrect.
Score: 0
Accepted Answers:
A measure for the degree of linear dependence between two numerical variables
Cannot be applied to ordinal variables
rxy= 0 means there is no correlation between x and y

Based on the information given below answer the questions from 9 to 12

Read the given dataset Auto.csv (https://drive.google.com/open?id=1HDojjo4uJRj6YP054xVmmcbb-


TGocaWk) in R studio.

The data is about vehicle performance. The objective is to predict the miles per gallon given the weight
of the car .

9) Correlation between mpg and weight is (round off to two decimal places) 1 point

0.71
-0.88
0.69
0.92
No, the answer is incorrect.
Score: 0
Accepted Answers:
-0.88

https://onlinecourses.nptel.ac.in/noc20_cs28/unit?unit=43&assessment=119 3/5
02/07/2020 Data Science for Engineers - - Unit 8 - Week 6

10)The linear model for the given data is 1 point

y= 0.0407+7.032x
y=-0.00629+40x
y=0.020+0.45784x
y=40.56198-0.00629x
No, the answer is incorrect.
Score: 0
Accepted Answers:
y=40.56198-0.00629x

11)The second quartile residual value for the linear model built on the Auto.csv data is 1 point

-1.91568
-7.2145
-0.08124
1.73406
No, the answer is incorrect.
Score: 0
Accepted Answers:
-0.08124

12)From the regression model, the proportion of the variability explained in dependent variable by 1 point
the independent variable is

77%
12%
88%
42%
No, the answer is incorrect.
Score: 0
Accepted Answers:
77%

https://onlinecourses.nptel.ac.in/noc20_cs28/unit?unit=43&assessment=119 4/5
02/07/2020 Data Science for Engineers - - Unit 8 - Week 6

https://onlinecourses.nptel.ac.in/noc20_cs28/unit?unit=43&assessment=119 5/5

You might also like