You entered a number set X of {30,50,70,30}


From the 4 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

30, 30, 50, 70

Rank Ascending

30 is the 1st lowest/smallest number

30 is the 2nd lowest/smallest number

50 is the 3rd lowest/smallest number

70 is the 4th lowest/smallest number

Sort Descending from Highest to Lowest

70, 50, 30, 30

Rank Descending

70 is the 1st highest/largest number

50 is the 2nd highest/largest number

30 is the 3rd highest/largest number

30 is the 4th 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 Value30305070
Rank1234

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

Since we have 4 numbers in our original number set,
we assign ranks from lowest to highest (1 to 4)

Our original number set in unsorted order was 30,30,50,70

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

Root Mean Square Calculation

Root Mean Square  =  A
  N

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

Calculate A

A = 302 + 302 + 502 + 702

A = 900 + 900 + 2500 + 4900

A = 9200

Calculate Root Mean Square (RMS):

RMS  =  9200
  4

RMS  =  95.916630466254
  2

RMS = 47.958315233127

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

μ  =  30 + 30 + 50 + 70
  4

μ  =  180
  4

μ = 45

Calculate the Median (Middle Value)

Since our number set contains 4 elements which is an even number,
our median number is determined as follows

Number Set = (n1,n2,n3,n4)

Median Number 1 = ½(n)

Median Number 1 = ½(4)

Median Number 1 = Number Set Entry 2

Median Number 2 = Median Number 1 + 1

Median Number 2 = Number Set Entry 2 + 1

Median Number 2 = Number Set Entry 3

For an even number set, we average the 2 median number entries:

Median = ½(n2 + n3)

Therefore, we sort our number set in ascending order

Our median is the average of entry 2 and entry 3 of our number set highlighted in red:

(30,30,50,70)

Median = ½(30 + 50)

Median = ½(80)

Median = 40

Calculate the Mode - Highest Frequency Number

The highest frequency of occurence in our number set is 2 times
by the following numbers in green:

()

Our mode is denoted as: 30

Mode = 30

Calculate Harmonic Mean:

Harmonic Mean  =  N
  1/x1 + 1/x2 + 1/x3 + 1/x4

With N = 4 and each xi a member of the number set you entered, we have:

Harmonic Mean  =  4
  1/30 + 1/30 + 1/50 + 1/70

Harmonic Mean  =  4
  0.033333333333333 + 0.033333333333333 + 0.02 + 0.014285714285714

Harmonic Mean  =  4
  0.10095238095238

Harmonic Mean = 39.622641509434

Calculate Geometric Mean:

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

Geometric Mean = (30 * 30 * 50 * 70)1/4

Geometric Mean = 31500000.25

Geometric Mean = 42.128659306105

Calculate Mid-Range:

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

Mid-Range  =  70 + 30
  2

Mid-Range  =  100
  2

Mid-Range = 50

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:

{70,50,30,30}

StemLeaf
70
50
30,0

Calculate Variance denoted as σ2

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

(X1 - μ)2 = (30 - 45)2 = -152 = 225

(X2 - μ)2 = (30 - 45)2 = -152 = 225

(X3 - μ)2 = (50 - 45)2 = 52 = 25

(X4 - μ)2 = (70 - 45)2 = 252 = 625

Adding our 4 sum of squared differences up

ΣE(Xi - μ)2 = 225 + 225 + 25 + 625

ΣE(Xi - μ)2 = 1100

Use the sum of squared differences to calculate variance

PopulationSample

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

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

σ2  =  1100
  4

σ2  =  1100
  3

Variance: σp2 = 275Variance: σs2 = 366.66666666667
Standard Deviation: σp = √σp2 = √275Standard Deviation: σs = √σs2 = √366.66666666667
Standard Deviation: σp = 16.5831Standard Deviation: σs = 19.1485

Calculate the Standard Error of the Mean:

PopulationSample

SEM  =  σp
  n

SEM  =  σs
  n

SEM  =  16.5831
  4

SEM  =  19.1485
  4

SEM  =  16.5831
  2

SEM  =  19.1485
  2

SEM = 8.2916SEM = 9.5743

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 = (30 - 45)3 = -153 = -3375

(X2 - μ)3 = (30 - 45)3 = -153 = -3375

(X3 - μ)3 = (50 - 45)3 = 53 = 125

(X4 - μ)3 = (70 - 45)3 = 253 = 15625

Add our 4 sum of cubed differences up

ΣE(Xi - μ)3 = -3375 + -3375 + 125 + 15625

ΣE(Xi - μ)3 = 9000

Calculate skewnes

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

Skewness  =  9000
  (4 - 1)16.58313

Skewness  =  9000
  (3)4560.3393265512

Skewness  =  9000
  13681.017979654

Skewness = 0.65784578409186

Calculate Average Deviation (Mean Absolute Deviation) denoted below:

AD  =  Σ|Xi - μ|
  n

Evaluate the absolute value of the difference from the mean

|Xi - μ|:

|X1 - μ| = |30 - 45| = |-15| = 15

|X2 - μ| = |30 - 45| = |-15| = 15

|X3 - μ| = |50 - 45| = |5| = 5

|X4 - μ| = |70 - 45| = |25| = 25

Average deviation numerator:

Σ|Xi - μ| = 15 + 15 + 5 + 25

Σ|Xi - μ| = 60

Calculate average deviation (mean absolute deviation)

AD  =  Σ|Xi - μ|
  n

AD  =  60
  4

Average Deviation = 15

Calculate the Range

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

Range = 70 - 30

Range = 40

Calculate Pearsons Skewness Coefficient 1:

PSC1  =  μ - Mode
  σ

PSC1  =  3(45 - 30)
  16.5831

PSC1  =  3 x 15
  16.5831

PSC1  =  45
  16.5831

PSC1 = 2.7136

Calculate Pearsons Skewness Coefficient 2:

PSC2  =  μ - Median
  σ

PSC1  =  3(45 - 40)
  16.5831

PSC2  =  3 x 5
  16.5831

PSC2  =  15
  16.5831

PSC2 = 0.9045

Calculate Entropy:

Entropy = Ln(n)

Entropy = Ln(4)

Entropy = 1.3862943611199

Calculate Mid-Range:

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

Mid-Range  =  70 + 30
  2

Mid-Range  =  100
  2

Mid-Range = 50

Calculate the Quartile Items

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

{30,30,50,70}

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

V  =  y(n + 1)
  100

V  =  75(4 + 1)
  100

V  =  75(5)
  100

V  =  375
  100

V = 3 ← Rounded down to the nearest integer

Upper quartile (UQ) point = Point # 3 in the dataset which is 50

30,30,50,70

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

V  =  y(n + 1)
  100

V  =  25(4 + 1)
  100

V  =  25(5)
  100

V  =  125
  100

V = 1 ← Rounded up to the nearest integer

Lower quartile (LQ) point = Point # 1 in the dataset which is 30

30,30,50,70

Calculate Inter-Quartile Range (IQR):

IQR = UQ - LQ

IQR = 50 - 30

IQR = 20

Calculate Lower Inner Fence (LIF):

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

Lower Inner Fence (LIF) = 30 - 1.5 x 20

Lower Inner Fence (LIF) = 30 - 30

Lower Inner Fence (LIF) = 0

Calculate Upper Inner Fence (UIF):

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

Upper Inner Fence (UIF) = 50 + 1.5 x 20

Upper Inner Fence (UIF) = 50 + 30

Upper Inner Fence (UIF) = 80

Calculate Lower Outer Fence (LOF):

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

Lower Outer Fence (LOF) = 30 - 3 x 20

Lower Outer Fence (LOF) = 30 - 60

Lower Outer Fence (LOF) = -30

Calculate Upper Outer Fence (UOF):

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

Upper Outer Fence (UOF) = 50 + 3 x 20

Upper Outer Fence (UOF) = 50 + 60

Upper Outer Fence (UOF) = 110

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 -30 < v < 0 and 80 < v < 110

30,30,50,70

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 < -30 or v > 110

30,30,50,70

Calculate weighted average

30, 30, 50, 70

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
  n

Weighted Average  =  30 x + 30 x + 50 x + 70 x
  4

Weighted Average  =  0 + 0 + 0 + 0
  4

Weighted Average  =  0
  4

Weighted Average = 0

Frequency Distribution Table

Show the freqency distribution table for this number set

30, 30, 50, 70

Determine the Number of Intervals using Sturges Rule:

Choose the smallest integer k such that 2k ≥ n where n = 4

For k = 1, we have 21 = 2

For k = 2, we have 22 = 4 ← Use this since it is greater than our n value of 4

Therefore, we use 2 intervals

Our maximum value in our number set of 70 - 30 = 40

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

Interval Size  =  40
  2

Add 1 to this giving us 20 + 1 = 21

Frequency Distribution Table

Class LimitsClass BoundariesFDCFDRFDCRFD
30 - 5129.5 - 51.5333/4 = 75%3/4 = 75%
51 - 7250.5 - 72.513 + 1 = 41/4 = 25%4/4 = 100%
  4 100% 

Successive Ratio Calculation

Go through our 4 numbers

Determine the ratio of each number to the next one

Successive Ratio 1: 30,30,50,70

30:30 → 1

Successive Ratio 2: 30,30,50,70

30:50 → 0.6

Successive Ratio 3: 30,30,50,70

50:70 → 0.7143

Successive Ratio Answer

Successive Ratio = 30:30,30:50,50:70 or 1,0.6,0.7143

Final Answers


2,2,3,4
RMS = 47.958315233127
Harmonic Mean = 39.622641509434Geometric Mean = 42.128659306105
Mid-Range = 50
Weighted Average = 0
Successive Ratio = Successive Ratio = 30:30,30:50,50:70 or 1,0.6,0.7143