Data analytics is the process of collecting, transforming, and organizing data in order to draw conclusions, make predictions, and drive informed decision making. The field encompasses data analysis, data science, and data engineering.
ahmedebad37
7 views
25 slides
Oct 17, 2024
Slide 1 of 25
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
About This Presentation
Data analytics
Size: 3.02 MB
Language: en
Added: Oct 17, 2024
Slides: 25 pages
Slide Content
ASSIGNMENT #2 Measures of Dispersion
Range Compute the range of the following data
Function function [] = Range(X) end
Output of Range
Grouped Range Compute the range of the following data
Grouped Function function [] = Grouped_Range (X) end
Output of Grouped Range
Coefficient of Range Compute the Coefficient range of the following data
Function function [] = Co_Range (X) end
Output of coefficient Range
Grouped Coefficient of Range Compute the Coefficient of range of the following data .
Function function [] = Co_Range (X) end
Output of coefficient Range
Quartile Deviation(or semi interquartile Range) Compute the Quartile Deviation of the following data
Function function [] = Q.D(X ) end
Output of Quartile Deviation
Grouped Quartile Deviation Compute the Quartile Deviation of the following data
Grouped Function function [] = Grouped_Q.D (X ) end
Output of Grouped Quartile Deviation
Coefficient of Quartile Deviation Compute the Coefficient Quartile Deviation of the following data
Function function [] = Co_Q.D ( X) end
Output of Co-efficient of Quartile Deviation
Grouped Co-efficient of Quartile Deviation Compute the Coefficient Quartile Deviation of the following data