l Calculate Number Set Basics from 120,99,101,87,140
Enter Number Set (Comma Separated)

87,99,101,120,140

Answer
1,2,3,4,5
RMS = 110.96936514192
Harmonic Mean = 106.44538844784Geometric Mean = 107.88399507889
Mid-Range = 113.5
Weighted Average = 67.92
Successive Ratio = Successive Ratio = 87:99,99:101,101:120,120:140 or 0.8788,0.9802,0.8417,0.8571


Steps Explained:

You entered a number set X of {120,99,101,87,140}

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

Sort Ascending from Lowest to Highest

87, 99, 101, 120, 140

Rank Ascending

87 is the 1st lowest/smallest number

99 is the 2nd lowest/smallest number

101 is the 3rd lowest/smallest number

120 is the 4th lowest/smallest number

140 is the 5th lowest/smallest number

Sort Descending from Highest to Lowest

140, 120, 101, 99, 87

Rank Descending

140 is the 1st highest/largest number

120 is the 2nd highest/largest number

101 is the 3rd highest/largest number

99 is the 4th highest/largest number

87 is the 5th highest/largest number

Ranked Data Calculation

Sort our number set in ascending order

and assign a ranking to each number:

Ranked Data Table

Number Set Value8799101120140
Rank12345

Step 2: Using original number set, assign the rank value:

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 87,99,101,120,140

Our respective ranked data set is 1,2,3,4,5

Root Mean Square Calculation

Root Mean Square  =  A
  N

where A = x12 + x22 + x32 + x42 + x52 and N = 5 number set items

Calculate A

A = 872 + 992 + 1012 + 1202 + 1402

A = 7569 + 9801 + 10201 + 14400 + 19600

A = 61571

Calculate Root Mean Square (RMS):

RMS  =  61571
  5

RMS  =  248.13504387732
  2.2360679774998

RMS = 110.96936514192

Central Tendency Calculation

Central tendency contains:
Mean, median, mode, harmonic mean,
geometric mean, mid-range, weighted-average:

Calculate Mean (Average) denoted as μ

μ  =  Sum of your number Set
  Total Numbers Entered

μ  =  ΣXi
  n

μ  =  87 + 99 + 101 + 120 + 140
  5

μ  =  547
  5

μ = 109.4

Calculate the Median (Middle Value)

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

Therefore, we sort our number set in ascending order

Our median is entry 3 of our number set highlighted in red:

(87,99,101,120,140)

Median = 101

Calculate the Mode - Highest Frequency Number

()

Since the maximum frequency of any number is 1, no mode exists.

Mode = N/A

Calculate Harmonic Mean:

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/87 + 1/99 + 1/101 + 1/120 + 1/140

Harmonic Mean  =  5
  0.011494252873563 + 0.01010101010101 + 0.0099009900990099 + 0.0083333333333333 + 0.0071428571428571

Harmonic Mean  =  5
  0.046972443549774

Harmonic Mean = 106.44538844784

Calculate Geometric Mean:

Geometric Mean = (x1 * x2 * x3 * x4 * x5)1/N

Geometric Mean = (87 * 99 * 101 * 120 * 140)1/5

Geometric Mean = 146145384000.2

Geometric Mean = 107.88399507889

Calculate Mid-Range:

Mid-Range  =  Maximum Value in Number Set + Minimum Value in Number Set
  2

Mid-Range  =  140 + 87
  2

Mid-Range  =  227
  2

Mid-Range = 113.5

Stem and Leaf Plot

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

Sort our number set in descending order:

StemLeaf
101,20,40
99
87

Calculate Variance denoted as σ2

Let's evaluate the square difference from the mean of each term (Xi - μ)2:

(X1 - μ)2 = (87 - 109.4)2 = -22.42 = 501.76

(X2 - μ)2 = (99 - 109.4)2 = -10.42 = 108.16

(X3 - μ)2 = (101 - 109.4)2 = -8.42 = 70.56

(X4 - μ)2 = (120 - 109.4)2 = 10.62 = 112.36

(X5 - μ)2 = (140 - 109.4)2 = 30.62 = 936.36

Adding our 5 sum of squared differences up

ΣE(Xi - μ)2 = 501.76 + 108.16 + 70.56 + 112.36 + 936.36

ΣE(Xi - μ)2 = 1729.2

Use the sum of squared differences to calculate variance

PopulationSample

σ2  =  ΣE(Xi - μ)2
  n

σ2  =  ΣE(Xi - μ)2
  n - 1

σ2  =  1729.2
  5

σ2  =  1729.2
  4

Variance: σp2 = 345.84Variance: σs2 = 432.3
Standard Deviation: σp = √σp2 = √345.84Standard Deviation: σs = √σs2 = √432.3
Standard Deviation: σp = 18.5968Standard Deviation: σs = 20.7918

Calculate the Standard Error of the Mean:

PopulationSample

SEM  =  σp
  n

SEM  =  σs
  n

SEM  =  18.5968
  5

SEM  =  20.7918
  5

SEM  =  18.5968
  2.2360679774998

SEM  =  20.7918
  2.2360679774998

SEM = 8.3167SEM = 9.2984

Calculate Skewness:

Skewness  =  E(Xi - μ)3
  (n - 1)σ3

Let's evaluate the square difference from the mean of each term (Xi - μ)3:

(X1 - μ)3 = (87 - 109.4)3 = -22.43 = -11239.424

(X2 - μ)3 = (99 - 109.4)3 = -10.43 = -1124.864

(X3 - μ)3 = (101 - 109.4)3 = -8.43 = -592.704

(X4 - μ)3 = (120 - 109.4)3 = 10.63 = 1191.016

(X5 - μ)3 = (140 - 109.4)3 = 30.63 = 28652.616

Add our 5 sum of cubed differences up

ΣE(Xi - μ)3 = -11239.424 + -1124.864 + -592.704 + 1191.016 + 28652.616

ΣE(Xi - μ)3 = 16886.64

Calculate skewnes

Skewness  =  E(Xi - μ)3
  (n - 1)σ3

Skewness  =  16886.64
  (5 - 1)18.59683

Skewness  =  16886.64
  (4)6431.5353553592

Skewness  =  16886.64
  25726.141421437

Skewness = 0.6564000299683

Calculate Average Deviation (Mean Absolute Deviation) denoted below:

AD  =  Σ|Xi - μ|
  n

Evaluate the absolute value of the difference from the mean

|Xi - μ|:

|X1 - μ| = |87 - 109.4| = |-22.4| = 22.4

|X2 - μ| = |99 - 109.4| = |-10.4| = 10.4

|X3 - μ| = |101 - 109.4| = |-8.4| = 8.4

|X4 - μ| = |120 - 109.4| = |10.6| = 10.6

|X5 - μ| = |140 - 109.4| = |30.6| = 30.6

Average deviation numerator:

Σ|Xi - μ| = 22.4 + 10.4 + 8.4 + 10.6 + 30.6

Σ|Xi - μ| = 82.4

Calculate average deviation (mean absolute deviation)

AD  =  Σ|Xi - μ|
  n

AD  =  82.4
  5

Average Deviation = 16.48

Calculate the Range

Range = Largest Number in the Number Set - Smallest Number in the Number Set

Range = 140 - 87

Range = 53

Calculate Pearsons Skewness Coefficient 1:

Since no mode exists, we do not have a Pearsons Skewness Coefficient 1

PSC1  =  3(109.4 - N/A)
  18.5968

Calculate Pearsons Skewness Coefficient 2:

PSC2  =  μ - Median
  σ

PSC1  =  3(109.4 - 101)
  18.5968

PSC2  =  3 x 8.4
  18.5968

PSC2  =  25.2
  18.5968

PSC2 = 1.3551

Calculate Entropy:

Entropy = Ln(n)

Entropy = Ln(5)

Entropy = 1.6094379124341

Calculate Mid-Range:

Mid-Range  =  Smallest Number in the Set + Largest Number in the Set
  2

Mid-Range  =  140 + 87
  2

Mid-Range  =  227
  2

Mid-Range = 113.5

Calculate the Quartile Items

We need to sort our number set from lowest to highest shown below:

{87,99,101,120,140}

Calculate Upper Quartile (UQ) when y = 75%:

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 120

Calculate Lower Quartile (LQ) when y = 25%:

V  =  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 99

87,99,101,120,140

Calculate Inter-Quartile Range (IQR):

IQR = UQ - LQ

IQR = 120 - 99

IQR = 21

Calculate Lower Inner Fence (LIF):

Lower Inner Fence (LIF) = LQ - 1.5 x IQR

Lower Inner Fence (LIF) = 99 - 1.5 x 21

Lower Inner Fence (LIF) = 99 - 31.5

Lower Inner Fence (LIF) = 67.5

Calculate Upper Inner Fence (UIF):

Upper Inner Fence (UIF) = UQ + 1.5 x IQR

Upper Inner Fence (UIF) = 120 + 1.5 x 21

Upper Inner Fence (UIF) = 120 + 31.5

Upper Inner Fence (UIF) = 151.5

Calculate Lower Outer Fence (LOF):

Lower Outer Fence (LOF) = LQ - 3 x IQR

Lower Outer Fence (LOF) = 99 - 3 x 21

Lower Outer Fence (LOF) = 99 - 63

Lower Outer Fence (LOF) = 36

Calculate Upper Outer Fence (UOF):

Upper Outer Fence (UOF) = UQ + 3 x IQR

Upper Outer Fence (UOF) = 120 + 3 x 21

Upper Outer Fence (UOF) = 120 + 63

Upper Outer Fence (UOF) = 183

Calculate Suspect Outliers:

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 36 < v < 67.5 and 151.5 < v < 183

87,99,101,120,140

Calculate Highly Suspect Outliers:

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 < 36 or v > 183

87,99,101,120,140

Calculate weighted average

87, 99, 101, 120, 140

Weighted-Average Formula:

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  =  87 x 0.2 + 99 x 0.4 + 101 x 0.6 + 120 x 0.8 + 140 x 0.9
  5

Weighted Average  =  17.4 + 39.6 + 60.6 + 96 + 126
  5

Weighted Average  =  339.6
  5

Weighted Average = 67.92

Frequency Distribution Table

Show the freqency distribution table for this number set

87, 99, 101, 120, 140

Determine the Number of Intervals using Sturges Rule:

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 140 - 87 = 53

Each interval size is the difference of the maximum and minimum value divided by the number of intervals

Interval Size  =  53
  3

Add 1 to this giving us 17 + 1 = 18

Frequency Distribution Table

Class LimitsClass BoundariesFDCFDRFDCRFD
87 - 10586.5 - 105.5333/5 = 60%3/5 = 60%
105 - 123104.5 - 123.513 + 1 = 41/5 = 20%4/5 = 80%
123 - 141122.5 - 141.513 + 1 + 1 = 51/5 = 20%5/5 = 100%
  5 100% 

Successive Ratio Calculation

Go through our 5 numbers

Determine the ratio of each number to the next one

Successive Ratio 1: 87,99,101,120,140

87:99 → 0.8788

Successive Ratio 2: 87,99,101,120,140

99:101 → 0.9802

Successive Ratio 3: 87,99,101,120,140

101:120 → 0.8417

Successive Ratio 4: 87,99,101,120,140

120:140 → 0.8571

Successive Ratio Answer

Successive Ratio = 87:99,99:101,101:120,120:140 or 0.8788,0.9802,0.8417,0.8571

Final Answers

1,2,3,4,5
RMS = 110.96936514192
Harmonic Mean = 106.44538844784Geometric Mean = 107.88399507889
Mid-Range = 113.5
Weighted Average = 67.92
Successive Ratio = Successive Ratio = 87:99,99:101,101:120,120:140 or 0.8788,0.9802,0.8417,0.8571

Related Calculators:  Bernoulli Trials  |  Binomial Distribution  |  Geometric Distribution