You entered a number set X of {1,3,5,8,12}
From the 5 numbers you entered, we want to calculate the mean, variance, standard deviation, standard error of the mean, skewness, average deviation (mean absolute deviation), median, mode, range, Pearsons Skewness Coefficient of that number set, entropy, mid-range
1, 3, 5, 8, 12
Rank Ascending
1 is the 1st lowest/smallest number
3 is the 2nd lowest/smallest number
5 is the 3rd lowest/smallest number
8 is the 4th lowest/smallest number
12 is the 5th lowest/smallest number
12, 8, 5, 3, 1
Rank Descending
12 is the 1st highest/largest number
8 is the 2nd highest/largest number
5 is the 3rd highest/largest number
3 is the 4th highest/largest number
1 is the 5th highest/largest number
Sort our number set in ascending order
and assign a ranking to each number:
Number Set Value | 1 | 3 | 5 | 8 | 12 |
Rank | 1 | 2 | 3 | 4 | 5 |
Since we have 5 numbers in our original number set,
we assign ranks from lowest to highest (1 to 5)
Our original number set in unsorted order was 1,3,5,8,12
Our respective ranked data set is 1,2,3,4,5
Root Mean Square = | √A |
√N |
where A = x12 + x22 + x32 + x42 + x52 and N = 5 number set items
A = 12 + 32 + 52 + 82 + 122
A = 1 + 9 + 25 + 64 + 144
A = 243
RMS = | √243 |
√5 |
RMS = | 15.58845726812 |
2.2360679774998 |
RMS = 6.9713700231734
Central tendency contains:
Mean, median, mode, harmonic mean,
geometric mean, mid-range, weighted-average:
μ = | Sum of your number Set |
Total Numbers Entered |
μ = | ΣXi |
n |
μ = | 1 + 3 + 5 + 8 + 12 |
5 |
μ = | 29 |
5 |
μ = 5.8
Since our number set contains 5 elements which is an odd number,
our median number is determined as follows:
Number Set = (n1,n2,n3,n4,n5)
Median Number = Entry ½(n + 1)
Median Number = Entry ½(6)
Median Number = n3
Our median is entry 3 of our number set highlighted in red:
(1,3,5,8,12)
Median = 5
The highest frequency of occurence in our number set is 1 times
by the following numbers in green:
()
Since the maximum frequency of any number is 1, no mode exists.
Mode = N/A
Harmonic Mean = | N |
1/x1 + 1/x2 + 1/x3 + 1/x4 + 1/x5 |
With N = 5 and each xi a member of the number set you entered, we have:
Harmonic Mean = | 5 |
1/1 + 1/3 + 1/5 + 1/8 + 1/12 |
Harmonic Mean = | 5 |
1 + 0.33333333333333 + 0.2 + 0.125 + 0.083333333333333 |
Harmonic Mean = | 5 |
1.7416666666667 |
Harmonic Mean = 2.8708133971292
Geometric Mean = (x1 * x2 * x3 * x4 * x5)1/N
Geometric Mean = (1 * 3 * 5 * 8 * 12)1/5
Geometric Mean = 14400.2
Geometric Mean = 4.2822547366766
Mid-Range = | Maximum Value in Number Set + Minimum Value in Number Set |
2 |
Mid-Range = | 12 + 1 |
2 |
Mid-Range = | 13 |
2 |
Mid-Range = 6.5
Take the first digit of each value in our number set
Use this as our stem value
Use the remaining digits for our leaf portion
{12,8,5,3,1}
Stem | Leaf |
---|---|
1 | ,2 |
8 | |
5 | |
3 |
Mean, Variance, Standard Deviation, Median, Mode
μ = | Sum of your number Set |
Total Numbers Entered |
μ = | ΣXi |
n |
μ = | 1 + 3 + 5 + 8 + 12 |
5 |
μ = | 29 |
5 |
μ = 5.8
Let's evaluate the square difference from the mean of each term (Xi - μ)2:
(X1 - μ)2 = (1 - 5.8)2 = -4.82 = 23.04
(X2 - μ)2 = (3 - 5.8)2 = -2.82 = 7.84
(X3 - μ)2 = (5 - 5.8)2 = -0.82 = 0.64
(X4 - μ)2 = (8 - 5.8)2 = 2.22 = 4.84
(X5 - μ)2 = (12 - 5.8)2 = 6.22 = 38.44
ΣE(Xi - μ)2 = 23.04 + 7.84 + 0.64 + 4.84 + 38.44
ΣE(Xi - μ)2 = 74.8
Population | Sample | ||||||||
---|---|---|---|---|---|---|---|---|---|
|
|
|
| ||||||
Variance: σp2 = 14.96 | Variance: σs2 = 18.7 | ||||||||
Standard Deviation: σp = √σp2 = √14.96 | Standard Deviation: σs = √σs2 = √18.7 | ||||||||
Standard Deviation: σp = 3.8678 | Standard Deviation: σs = 4.3243 |
Population | Sample | ||||||||
---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
| ||||
SEM = 1.7297 | SEM = 1.9339 |
Skewness = | E(Xi - μ)3 |
(n - 1)σ3 |
Let's evaluate the square difference from the mean of each term (Xi - μ)3:
(X1 - μ)3 = (1 - 5.8)3 = -4.83 = -110.592
(X2 - μ)3 = (3 - 5.8)3 = -2.83 = -21.952
(X3 - μ)3 = (5 - 5.8)3 = -0.83 = -0.512
(X4 - μ)3 = (8 - 5.8)3 = 2.23 = 10.648
(X5 - μ)3 = (12 - 5.8)3 = 6.23 = 238.328
ΣE(Xi - μ)3 = -110.592 + -21.952 + -0.512 + 10.648 + 238.328
ΣE(Xi - μ)3 = 115.92
Skewness = | E(Xi - μ)3 |
(n - 1)σ3 |
Skewness = | 115.92 |
(5 - 1)3.86783 |
Skewness = | 115.92 |
(4)57.861811641752 |
Skewness = | 115.92 |
231.44724656701 |
Skewness = 0.50084847290002
AD = | Σ|Xi - μ| |
n |
Evaluate the absolute value of the difference from the mean
|Xi - μ|:
|X1 - μ| = |1 - 5.8| = |-4.8| = 4.8
|X2 - μ| = |3 - 5.8| = |-2.8| = 2.8
|X3 - μ| = |5 - 5.8| = |-0.8| = 0.8
|X4 - μ| = |8 - 5.8| = |2.2| = 2.2
|X5 - μ| = |12 - 5.8| = |6.2| = 6.2
Σ|Xi - μ| = 4.8 + 2.8 + 0.8 + 2.2 + 6.2
Σ|Xi - μ| = 16.8
Calculate average deviation (mean absolute deviation)
AD = | Σ|Xi - μ| |
n |
AD = | 16.8 |
5 |
Average Deviation = 3.36
Since our number set contains 5 elements which is an odd number,
our median number is determined as follows:
Number Set = (n1,n2,n3,n4,n5)
Median Number = Entry ½(n + 1)
Median Number = Entry ½(6)
Median Number = n3
Our median is entry 3 of our number set highlighted in red:
(1,3,5,8,12)
Median = 5
The highest frequency of occurence in our number set is 1 times
by the following numbers in green:
()
Since the maximum frequency of any number is 1, no mode exists.
Mode = N/A
Range = Largest Number in the Number Set - Smallest Number in the Number Set
Range = 12 - 1
Range = 11
PSC1 = | μ - Mode |
σ |
PSC1 = | 3(5.8 - N/A) |
3.8678 |
Since no mode exists, we do not have a Pearsons Skewness Coefficient 1
PSC2 = | μ - Median |
σ |
PSC1 = | 3(5.8 - 5) |
3.8678 |
PSC2 = | 3 x 0.8 |
3.8678 |
PSC2 = | 2.4 |
3.8678 |
PSC2 = 0.6205
Entropy = Ln(n)
Entropy = Ln(5)
Entropy = 1.6094379124341
Mid-Range = | Smallest Number in the Set + Largest Number in the Set |
2 |
Mid-Range = | 12 + 1 |
2 |
Mid-Range = | 13 |
2 |
Mid-Range = 6.5
We need to sort our number set from lowest to highest shown below:
{1,3,5,8,12}
V = | y(n + 1) |
100 |
V = | 75(5 + 1) |
100 |
V = | 75(6) |
100 |
V = | 450 |
100 |
V = 4 ← Rounded down to the nearest integer
Upper quartile (UQ) point = Point # 4 in the dataset which is 8
1,3,5,8,12V = | y(n + 1) |
100 |
V = | 25(5 + 1) |
100 |
V = | 25(6) |
100 |
V = | 150 |
100 |
V = 2 ← Rounded up to the nearest integer
Lower quartile (LQ) point = Point # 2 in the dataset which is 3
1,3,5,8,12
IQR = UQ - LQ
IQR = 8 - 3
IQR = 5
Lower Inner Fence (LIF) = LQ - 1.5 x IQR
Lower Inner Fence (LIF) = 3 - 1.5 x 5
Lower Inner Fence (LIF) = 3 - 7.5
Lower Inner Fence (LIF) = -4.5
Upper Inner Fence (UIF) = UQ + 1.5 x IQR
Upper Inner Fence (UIF) = 8 + 1.5 x 5
Upper Inner Fence (UIF) = 8 + 7.5
Upper Inner Fence (UIF) = 15.5
Lower Outer Fence (LOF) = LQ - 3 x IQR
Lower Outer Fence (LOF) = 3 - 3 x 5
Lower Outer Fence (LOF) = 3 - 15
Lower Outer Fence (LOF) = -12
Upper Outer Fence (UOF) = UQ + 3 x IQR
Upper Outer Fence (UOF) = 8 + 3 x 5
Upper Outer Fence (UOF) = 8 + 15
Upper Outer Fence (UOF) = 23
Suspect Outliers are values between the inner and outer fences
We wish to mark all values in our dataset (v) in red below such that -12 < v < -4.5 and 15.5 < v < 23
1,3,5,8,12
Highly Suspect Outliers are values outside the outer fences
We wish to mark all values in our dataset (v) in red below such that v < -12 or v > 23
1,3,5,8,12
1, 3, 5, 8, 12
Multiply each value by each probability amount
We do this by multiplying each Xi x pi to get a weighted score Y
Weighted Average = | X1p1 + X2p2 + X3p3 + X4p4 + X5p5 |
n |
Weighted Average = | 1 x 0.2 + 3 x 0.4 + 5 x 0.6 + 8 x 0.8 + 12 x 0.9 |
5 |
Weighted Average = | 0.2 + 1.2 + 3 + 6.4 + 10.8 |
5 |
Weighted Average = | 21.6 |
5 |
Weighted Average = 4.32
Show the freqency distribution table for this number set
1, 3, 5, 8, 12
We need to choose the smallest integer k such that 2k ≥ n where n = 5
For k = 1, we have 21 = 2
For k = 2, we have 22 = 4
For k = 3, we have 23 = 8 ← Use this since it is greater than our n value of 5
Therefore, we use 3 intervals
Our maximum value in our number set of 12 - 1 = 11
Each interval size is the difference of the maximum and minimum value divided by the number of intervals
Interval Size = | 11 |
3 |
Add 1 to this giving us 3 + 1 = 4
Class Limits | Class Boundaries | FD | CFD | RFD | CRFD |
---|---|---|---|---|---|
1 - 5 | 0.5 - 5.5 | 2 | 2 | 2/5 = 40% | 2/5 = 40% |
5 - 9 | 4.5 - 9.5 | 2 | 2 + 2 = 4 | 2/5 = 40% | 4/5 = 80% |
9 - 13 | 8.5 - 13.5 | 1 | 2 + 2 + 1 = 5 | 1/5 = 20% | 5/5 = 100% |
5 | 100% |
Go through our 5 numbers
Determine the ratio of each number to the next one
1:3 → 0.3333
3:5 → 0.6
5:8 → 0.625
8:12 → 0.6667
Successive Ratio = 1:3,3:5,5:8,8:12 or 0.3333,0.6,0.625,0.6667