5.Statics & Analytics Lab
5.Statics & Analytics Lab
RATIONALE
Statistics and analytics help the learner to use the proper methods to collect the data,
employ the correct analyses, effectively present the results and conduct research, to
be able to read and evaluate journal articles, to further develop critical thinking and
analytic skills, to act as an informed consumer and to know when you need to hire
outside statistical help. The python language is one of the most accessible
programming languages available because it has simplified syntax and not
complicated, which gives more emphasis on natural language.
Page 1
GOVT TOOL ROOM & TRAINING CENTRE Diploma in Mechatronics
SL
Practical outcomes/Practical exercises
NO
Prepare a questionnaire (closed end) containing 25 questions for a specified problem
1 statement: for example experience of an individual in a restaurant. [Study Experiment]
Prepare a Google form for a specified problem statement to collect the dataset. (for
2 example questionnaire to conduct online quiz) [Study Experiment]
Send out a survey on your problem statement to number of 50 (By Google forms) and
3 collect the data. [Study Experiment]
In Microsoft Excel spread sheet draw the relative frequency distribution table for the
6 given data (data set should contain minimum 50 data).
Using Microsoft Excel spread sheet plot bar graph for the data collected from 100
people( for example, conduct a survey on the favorite fruit of a person in your
7 locality(restricting to 5 to 6 fruits). Explain the bar graph
with minimum 30 words.
Page 2
GOVT TOOL ROOM & TRAINING CENTRE Diploma in Mechatronics
Using Microsoft Excel spread sheet plot pie chart for the data collected from 50 people( for
8
example, conduct a survey on the smokers with respect to their ages in your
locality. Explain the pie chart with minimum 30 words.
9 Using Microsoft Excel spread sheet draw a line graph for the given dataset.
Using Microsoft Excel spread sheet draw frequency polygon and frequency curve for the
data collected from 50 people. (For example, marks obtained by the students in your class
10 in 5 subjects in previous examination). Explain your observations from the graph in
minimum 30
words.
11 Using Microsoft Excel spread sheet construct a box plot for the given dataset. (For
example dataset can be the number of passengers in a flat form at different time in a day).
Using Microsoft Excel spread sheet construct a leaf plot for the given dataset. Explain the
12
graph with minimum 30 words.
13 Using Microsoft Excel spread sheet find the Mean, Mode and Median for the data
(univariate data) given and also represent them in a Histogram.
Generate a 50 random data sample (even and odd
14 number dataset) using Microsoft Excel spread sheet and determine the range and
Quartiles.
Collect the current yield of a crop from 50 different persons (problem statement can be
changed according to priorities of the tutor) in your locality and determine mean deviation
15 and Quartile deviation in Microsoft
excel spread sheet and brief your inference with less than 30 words.
Collect the data of any 2 livestock population from 50 different houses in your locality
(problem statement can be changed according to priorities of the tutor) and determine
16 standard deviation for both the two separately in Microsoft excel spread sheet and brief
your inference with less than 30 words.
Collect the data of two wheeler (with a rider and a pillion) crossing a busy junction in your
locality in the peak hours (problem statement can be changed according to priorities of the
17 tutor) and determine the variance of the data in Microsoft excel spread sheet and brief your
inference with less than 30 words.
Using Microsoft Excel spread sheet draw a Skewness graph and kurtosis graph for
18
randomly generated dataset.
Page 3
GOVT TOOL ROOM & TRAINING CENTRE Diploma in Mechatronics
19 Write a python program to add 2 integers and 2 strings and print the result.
22 Write a python program to find the variance and standard deviation for the given data..
24 Write a python program to create a labeled bar graph using matpoltlib. pyplot.
25 Write a python program to create a labeled pie chart using matpoltlib. pyplot.
SCHEME OF EVALUATION
Sl.
Particulars Marks
No.
1 Short questions from Unit 1 10
2 Write-Up [One question from Excel & One question from Python] 30
3 Conduction of Both 30
4 Output and Interpretation of result 20
5 Viva-voce 10
TOTAL 100
Page 4