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

Data Analytics With Python - Unit 12 - Week 10

This document is a summary of an NPTEL online course on data analytics with Python. It outlines the course content by week and includes the details of Assignment 10, which covers topics like sampling distributions, goodness of fit tests, and chi-square tests of independence. It also lists 10 multiple choice questions assessing understanding of these statistical concepts and clustering methods in python.

Uploaded by

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

Data Analytics With Python - Unit 12 - Week 10

This document is a summary of an NPTEL online course on data analytics with Python. It outlines the course content by week and includes the details of Assignment 10, which covers topics like sampling distributions, goodness of fit tests, and chi-square tests of independence. It also lists 10 multiple choice questions assessing understanding of these statistical concepts and clustering methods in python.

Uploaded by

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

X

[email protected]

(https://swayam.gov.in)

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

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL)
»
Data Analytics with Python (course)

Course outline
Week10 : Assignment 10
How does an NPTEL The due date for submitting this assignment has passed.
online course work? () Due on 2022-04-06, 23:59 IST.

Week 0 ()
Assignment submitted on
2022-04-05, 23:32 IST
Week 1 () 1) Sampling distribution
for the goodness of fit test is the  1 point

Week 2 ()
Poisson distribution

t distribution 
Week 3 ()
normal distribution 

chi-square distribution
Week 4 ()
Yes, the answer is correct.
Score: 1

Week 5 ()
Accepted Answers:
chi-square distribution
Week 6 ()
2) The goodness of fit test
is always conducted as a  1 point
Week 7 ()

lower-tail test 

upper-tail test
Week 8 ()
Week 9 ()
middle test 

None of these 
Week 10 ()
Yes, the answer is correct.
Score: 1

Chi - Square Test of


Accepted Answers:
Independence - I (unit?
upper-tail test
unit=87&lesson=88)

Chi-Square Test of
3) State True or False:
Statement: Null hypothesis for the chi-square test of independence assumes that
all the 1 point
Independence - II (unit?
proportions are equal. 
unit=87&lesson=89)

True
Chi-Square Goodness of
False
Fit Test (unit?
unit=87&lesson=90) Yes, the answer is correct.
Score: 1

Cluster analysis: Accepted Answers:


Introduction- I (unit? True
unit=87&lesson=91)
4) Statistical test
conducted to determine whether to reject or not reject a hypothesized
probability distribution for a 1 point
Clustering analysis: part II population is known as a ________
(unit?unit=87&lesson=92)

contingency test 
Important data files (unit?


probability test 
unit=87&lesson=93)

goodness of fit test 
Quiz: Week10 :

None of these 
Assignment 10
(assessment?name=143) Yes, the answer is correct.
Score: 1

Week 11 () Accepted Answers:


goodness of fit test 
Week 12 () 5) What is the minimum no.
of variables/ features required to perform clustering? 1 point

Download Videos ()
0

1
Weekly Feedback ()
2

3
Text Transcripts ()
Yes, the answer is correct.
Score: 1

Books ()
Accepted Answers:
1
Live sessions - Solve
sample problems with 6) State True or False: The chi-square test of independence is used to analyze the frequencies of two variables with multiple categories 1 point
us () and determine whether they are independent

 
True

False

Yes, the answer is correct.


Score: 1

Accepted Answers:
True

7) State True or False:


Minkowski distance is a generalization of both Euclidean and Manhattan metrics 1 point


True

False

Yes, the answer is correct.


Score: 1

Accepted Answers:
True

8) In order to perform the


chi-square test to check independence in python using scipy, we import
_________  1 point


chi2_test

chi_square_independence

chi2_contingency

None of these

Yes, the answer is correct.


Score: 1

Accepted Answers:
chi2_contingency

9) Let x1 = (1,2) and x2 =


(3,5) be the co-ordinates for two objects. The Euclidean and Manhattan distance
between 1 point
these two objects is __________ respectively


4.2 and 3

3.15 and 2

3.61 and 5

None of these

Yes, the answer is correct.


Score: 1

Accepted Answers:
3.61 and 5

10) State true or false:


Discriminant Analysis does not require the grouping variable to be known at the
beginning 1 point


True

False
Yes, the answer is correct.
Score: 1
Accepted Answers:
False

You might also like