Measures of variability (or measures of వైవిధ్య మాపకాలు
dispersion) in statistics are used to describe
the spread or distribution of data points within
a data set. These measures help in
understanding how much the values in a
dataset differ from each other and from the
mean.
డేటా సెట్లోని విలువలు ఒకదానితో
ఒకటి ఎంత వ్యత్యాసంగా ఉన్నాయో లేదా
వ్యాప్తి చెందాయో తెలుసుకోవడానికి
ఉపయోగిస్తారు. ఇవి డేటా యొక్క
విస్తరణను లేదా పంచడాన్ని అర్థం
చేసుకోవడానికి సహాయపడతాయి.
Range
Definition: The range is the difference between the highest
and the lowest values in a dataset.
అనేది గణనాత్మక డేటా సెట్లోని గరిష్ఠ మరియు
కనిష్ఠ విలువల మధ్య తేడా.
Formula: Range=Maximum Value−Minimum
పరిధి=గరిష్ఠ విలువ−కనిష్ఠ విలువ
Purpose: It gives a basic idea of how spread out the values
are, but it can be heavily influenced by extreme values
(outliers).
Range:
Problem:
Find the range of the following data set:
12,15,7,19,22,3,1812, 15, 7, 19, 22, 3,
1812,15,7,19,22,3,18
Solution:
The maximum value is 22 and the minimum
value is 3.
The range is: Range=22−3=19\text{Range} = 22
- 3 = 19Range=22−3=19
Variance:
Definition: Measures the average squared
deviation of each data point from the mean.
Formula
(for population):
Usage: Variance provides a measure of how far
each data point is from the mean, but it is in
squared units, which makes interpretation
difficult.
Definition: The square root of the variance; it measures the average
amount of variation or dispersion of data points from the mean.
Formula
(for population
Usage: Standard deviation is in the same units as the data, making it
easier to interpret than variance.
Interquartile Range (IQR):
Definition: The difference between the first
quartile (Q1) and third quartile (Q3), which
represents the middle 50% of the data.
Formula: IQR=Q3−Q1\text{IQR} = Q3 -
Q1IQR=Q3−Q1
Usage: IQR is a robust measure of variability
that is not affected by outliers, unlike the
range.
Definition: A normalized measure of the spread of
a distribution, expressed as the ratio of the
standard deviation to the mean.
Formula:
Usage: CV is useful when comparing variability
between datasets with different units or different
means.
Definition: The average of the absolute
deviations from the mean.
Formula:
Usage: MAD is a simple measure of dispersion
and is more robust than variance because it
doesn't square the deviations.