You entered a number set X of {35,92,81,5,83}
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
5, 35, 81, 83, 92
Rank Ascending
5 is the 1st lowest/smallest number
35 is the 2nd lowest/smallest number
81 is the 3rd lowest/smallest number
83 is the 4th lowest/smallest number
92 is the 5th lowest/smallest number
92, 83, 81, 35, 5
Rank Descending
92 is the 1st highest/largest number
83 is the 2nd highest/largest number
81 is the 3rd highest/largest number
35 is the 4th highest/largest number
5 is the 5th highest/largest number
Sort our number set in ascending order
and assign a ranking to each number:
Number Set Value | 5 | 35 | 81 | 83 | 92 |
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 5,35,81,83,92
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 = 52 + 352 + 812 + 832 + 922
A = 25 + 1225 + 6561 + 6889 + 8464
A = 23164
RMS = | √23164 |
√5 |
RMS = | 152.19724044804 |
2.2360679774998 |
RMS = 68.064675125942
Central tendency contains:
Mean, median, mode, harmonic mean,
geometric mean, mid-range, weighted-average:
μ = | Sum of your number Set |
Total Numbers Entered |
μ = | ΣXi |
n |
μ = | 5 + 35 + 81 + 83 + 92 |
5 |
μ = | 296 |
5 |
μ = 59.2
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:
(5,35,81,83,92)
Median = 81
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/5 + 1/35 + 1/81 + 1/83 + 1/92 |
Harmonic Mean = | 5 |
0.2 + 0.028571428571429 + 0.012345679012346 + 0.012048192771084 + 0.010869565217391 |
Harmonic Mean = | 5 |
0.26383486557225 |
Harmonic Mean = 18.951248119369
Geometric Mean = (x1 * x2 * x3 * x4 * x5)1/N
Geometric Mean = (5 * 35 * 81 * 83 * 92)1/5
Geometric Mean = 1082403000.2
Geometric Mean = 40.446206743856
Mid-Range = | Maximum Value in Number Set + Minimum Value in Number Set |
2 |
Mid-Range = | 92 + 5 |
2 |
Mid-Range = | 97 |
2 |
Mid-Range = 48.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
{92,83,81,35,5}
Stem | Leaf |
---|---|
9 | 2 |
8 | 1,3 |
3 | 5 |
5 |
Mean, Variance, Standard Deviation, Median, Mode
μ = | Sum of your number Set |
Total Numbers Entered |
μ = | ΣXi |
n |
μ = | 5 + 35 + 81 + 83 + 92 |
5 |
μ = | 296 |
5 |
μ = 59.2
Let's evaluate the square difference from the mean of each term (Xi - μ)2:
(X1 - μ)2 = (5 - 59.2)2 = -54.22 = 2937.64
(X2 - μ)2 = (35 - 59.2)2 = -24.22 = 585.64
(X3 - μ)2 = (81 - 59.2)2 = 21.82 = 475.24
(X4 - μ)2 = (83 - 59.2)2 = 23.82 = 566.44
(X5 - μ)2 = (92 - 59.2)2 = 32.82 = 1075.84
ΣE(Xi - μ)2 = 2937.64 + 585.64 + 475.24 + 566.44 + 1075.84
ΣE(Xi - μ)2 = 5640.8
Population | Sample | ||||||||
---|---|---|---|---|---|---|---|---|---|
|
|
|
| ||||||
Variance: σp2 = 1128.16 | Variance: σs2 = 1410.2 | ||||||||
Standard Deviation: σp = √σp2 = √1128.16 | Standard Deviation: σs = √σs2 = √1410.2 | ||||||||
Standard Deviation: σp = 33.5881 | Standard Deviation: σs = 37.5526 |
Population | Sample | ||||||||
---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
| ||||
SEM = 15.0211 | SEM = 16.794 |
Skewness = | E(Xi - μ)3 |
(n - 1)σ3 |
Let's evaluate the square difference from the mean of each term (Xi - μ)3:
(X1 - μ)3 = (5 - 59.2)3 = -54.23 = -159220.088
(X2 - μ)3 = (35 - 59.2)3 = -24.23 = -14172.488
(X3 - μ)3 = (81 - 59.2)3 = 21.83 = 10360.232
(X4 - μ)3 = (83 - 59.2)3 = 23.83 = 13481.272
(X5 - μ)3 = (92 - 59.2)3 = 32.83 = 35287.552
ΣE(Xi - μ)3 = -159220.088 + -14172.488 + 10360.232 + 13481.272 + 35287.552
ΣE(Xi - μ)3 = -114263.52
Skewness = | E(Xi - μ)3 |
(n - 1)σ3 |
Skewness = | -114263.52 |
(5 - 1)33.58813 |
Skewness = | -114263.52 |
(4)37892.766400603 |
Skewness = | -114263.52 |
151571.06560241 |
Skewness = -0.75386103241978
AD = | Σ|Xi - μ| |
n |
Evaluate the absolute value of the difference from the mean
|Xi - μ|:
|X1 - μ| = |5 - 59.2| = |-54.2| = 54.2
|X2 - μ| = |35 - 59.2| = |-24.2| = 24.2
|X3 - μ| = |81 - 59.2| = |21.8| = 21.8
|X4 - μ| = |83 - 59.2| = |23.8| = 23.8
|X5 - μ| = |92 - 59.2| = |32.8| = 32.8
Σ|Xi - μ| = 54.2 + 24.2 + 21.8 + 23.8 + 32.8
Σ|Xi - μ| = 156.8
Calculate average deviation (mean absolute deviation)
AD = | Σ|Xi - μ| |
n |
AD = | 156.8 |
5 |
Average Deviation = 31.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:
(5,35,81,83,92)
Median = 81
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 = 92 - 5
Range = 87
PSC1 = | μ - Mode |
σ |
PSC1 = | 3(59.2 - N/A) |
33.5881 |
Since no mode exists, we do not have a Pearsons Skewness Coefficient 1
PSC2 = | μ - Median |
σ |
PSC1 = | 3(59.2 - 81) |
33.5881 |
PSC2 = | 3 x -21.8 |
33.5881 |
PSC2 = | -65.4 |
33.5881 |
PSC2 = -1.9471
Entropy = Ln(n)
Entropy = Ln(5)
Entropy = 1.6094379124341
Mid-Range = | Smallest Number in the Set + Largest Number in the Set |
2 |
Mid-Range = | 92 + 5 |
2 |
Mid-Range = | 97 |
2 |
Mid-Range = 48.5
We need to sort our number set from lowest to highest shown below:
{5,35,81,83,92}
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 83
5,35,81,83,92V = | 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 35
5,35,81,83,92
IQR = UQ - LQ
IQR = 83 - 35
IQR = 48
Lower Inner Fence (LIF) = LQ - 1.5 x IQR
Lower Inner Fence (LIF) = 35 - 1.5 x 48
Lower Inner Fence (LIF) = 35 - 72
Lower Inner Fence (LIF) = -37
Upper Inner Fence (UIF) = UQ + 1.5 x IQR
Upper Inner Fence (UIF) = 83 + 1.5 x 48
Upper Inner Fence (UIF) = 83 + 72
Upper Inner Fence (UIF) = 155
Lower Outer Fence (LOF) = LQ - 3 x IQR
Lower Outer Fence (LOF) = 35 - 3 x 48
Lower Outer Fence (LOF) = 35 - 144
Lower Outer Fence (LOF) = -109
Upper Outer Fence (UOF) = UQ + 3 x IQR
Upper Outer Fence (UOF) = 83 + 3 x 48
Upper Outer Fence (UOF) = 83 + 144
Upper Outer Fence (UOF) = 227
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 -109 < v < -37 and 155 < v < 227
5,35,81,83,92
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 < -109 or v > 227
5,35,81,83,92
Array
Multiply each value by each probability amount
We do this by multiplying each Xi x pi to get a weighted score Y
Weighted Average = | |
n |
Weighted Average = | |
0 |
Weighted Average = | |
0 |
Weighted Average = | 0 |
0 |
Weighted Average = NAN
Show the freqency distribution table for this number set
5, 35, 81, 83, 92
We need to choose the smallest integer k such that 2k ≥ n where n = 0
Therefore, we use 0 intervals
Our maximum value in our number set of 92 - 5 = 87
Each interval size is the difference of the maximum and minimum value divided by the number of intervals
Interval Size = | 87 |
0 |
Add 1 to this giving us INF + 1 = INF
Class Limits | Class Boundaries | FD | CFD | RFD | CRFD |
---|---|---|---|---|---|
0 | 100% |
Go through our 5 numbers
Determine the ratio of each number to the next one
5:35 → 0.1429
35:81 → 0.4321
81:83 → 0.9759
83:92 → 0.9022
Successive Ratio = 5:35,35:81,81:83,83:92 or 0.1429,0.4321,0.9759,0.9022