DESCRIPTIVE STATISTICS
Descriptive statistics is the fundamental requirement for any data analysis. Exploratory Data Analysis (EDA) is performed in almost all data science projects to understand the nature of the data. In this article, I would like to discuss two underlying concepts involved in descriptive statistics
Now let's take a deeper look at the individual concepts of Estimate of Location and Estimate of variability
ESTIMATE OF LOCATION:
For Instance: 2+4+4+2= 12
We have 4 records and the total sum is 12, hence the mean value would be 3
For Instance: 1, 2, 2, 4, 5, 6
2 is the mode in the above example because 2 is repeated more times.
ESTIMATE OF VARIABILITY:
For instance: Max value = 10 and the Min value = 2 in a given variable, 8 is the range
For Instance: if the variance is 34.8 then the Standard deviation is 5.89 (Square root of 34.8)
For instance: Mr. X scored 75th percentile, which means 75% of the people scored less than Mr. X