Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 635b8e0

Browse files
Update README.md
1 parent f756d26 commit 635b8e0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

‎README.md‎

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ Mode = 3Median – 2Mean
240240

241241

242242
### (2) Measure of Spread (Variability / Dispersion)
243+
A measure of spread, sometimes also called a measure of dispersion or measure of variability is used to describe the variability in a sample or population.
244+
245+
It is usually used in conjunction with measure of central tendency, such as the mean or median, to provide an overall description of a set of data.
246+
243247
##### (a) Range
244248
##### (b) Percentiles/Quartiles
245249
##### (c) Inter-Quartile Range (IQR)
@@ -249,12 +253,46 @@ Mode = 3Median – 2Mean
249253
##### (g) Kurtosis
250254

251255
#### (a) Range:
256+
257+
The range is simply the difference between the maximum and minimum values in a data set.
258+
##### Range = max - min
259+
260+
So in a data set of 2, 2, 3, 4, 5, 5, 6, 7, 8, 9, 11, 13, 15, 15, 17, 19, 20, the range is the difference between 2 and 20.
261+
18 = 20 - 2
262+
263+
While it is useful in seeing how large the difference in observations is in a sample, it says nothing about the spread of the data.
264+
252265
#### (b) Percentiles/Quartiles
266+
##### Percentiles divide a data set into 100 equal parts. A percentile is simply a measure that tells us what percent of the total frequency of a data set was at or below that measure.
267+
268+
##### The Quartiles also divide the data into divisions of 25%, so:
269+
270+
Quartile 1 (Q1) can be called the 25th percentile
271+
Quartile 2 (Q2) can be called the 50th percentile
272+
Quartile 3 (Q3) can be called the 75th percentile
273+
253274
#### (c) Inter-Quartile Range (IQR)
275+
The inter-quartile range (IQR) gives more information about how the observation values of a data set are dispersed. It shows the range of the middle 50% of observations.
276+
254277
#### (d) Variance
278+
279+
##### Deviation: The difference between each xi and the mean is called deviation about the mean
280+
281+
##### Variance: is based on deviations and entails computing square of deviations
282+
283+
##### Population Variance: Average of Standard Deviations
284+
285+
##### Sample Variance: sum of square deviations divided by n-1
286+
255287
#### (e) Standard Deviation
288+
289+
The standard deviation indicates the average distance between an observation value, and the mean of a data set. In this way, it shows how well the mean represents the values in a data set. Like the mean, it is appropriate to use when the data set is not skewed or containing outliers.
290+
256291
#### (f) Skewness
292+
In probability theory and statistics, skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable about its mean. The skewness value can be positive or negative, or undefined.
293+
257294
#### (g) Kurtosis
295+
In probability theory and statistics, kurtosis is a measure of the "tailedness" of the probability distribution of a real-valued random variable.
258296

259297
# 6. Information Gain and Entropy
260298

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /