Enter Number Set (Comma Separated)

You entered a number set X of {35,6,95,73,51}


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

6, 35, 51, 73, 95

Rank Ascending

6 is the 1st lowest/smallest number

35 is the 2nd lowest/smallest number

51 is the 3rd lowest/smallest number

73 is the 4th lowest/smallest number

95 is the 5th lowest/smallest number

Sort Descending from Highest to Lowest

95, 73, 51, 35, 6

Rank Descending

95 is the 1st highest/largest number

73 is the 2nd highest/largest number

51 is the 3rd highest/largest number

35 is the 4th highest/largest number

6 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 Value635517395
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 6,35,51,73,95

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 = 62 + 352 + 512 + 732 + 952

A = 36 + 1225 + 2601 + 5329 + 9025

A = 18216

Calculate Root Mean Square (RMS):

RMS  =  18216
  5

RMS  =  134.96666255042
  2.2360679774998

RMS = 60.358926431805

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

μ  =  6 + 35 + 51 + 73 + 95
  5

μ  =  260
  5

μ = 52

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:

(6,35,51,73,95)

Median = 51

Calculate the Mode - Highest Frequency Number

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

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/6 + 1/35 + 1/51 + 1/73 + 1/95

Harmonic Mean  =  5
  0.16666666666667 + 0.028571428571429 + 0.019607843137255 + 0.013698630136986 + 0.010526315789474

Harmonic Mean  =  5
  0.23907088430181

Harmonic Mean = 20.914299182028

Calculate Geometric Mean:

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

Geometric Mean = (6 * 35 * 51 * 73 * 95)1/5

Geometric Mean = 742738500.2

Geometric Mean = 37.511738071531

Calculate Mid-Range:

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

Mid-Range  =  95 + 6
  2

Mid-Range  =  101
  2

Mid-Range = 50.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:

{95,73,51,35,6}

StemLeaf
95
73
51
35
6

Calculate Variance denoted as σ2

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

(X1 - μ)2 = (6 - 52)2 = -462 = 2116

(X2 - μ)2 = (35 - 52)2 = -172 = 289

(X3 - μ)2 = (51 - 52)2 = -12 = 1

(X4 - μ)2 = (73 - 52)2 = 212 = 441

(X5 - μ)2 = (95 - 52)2 = 432 = 1849

Adding our 5 sum of squared differences up

ΣE(Xi - μ)2 = 2116 + 289 + 1 + 441 + 1849

ΣE(Xi - μ)2 = 4696

Use the sum of squared differences to calculate variance

PopulationSample

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

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

σ2  =  4696
  5

σ2  =  4696
  4

Variance: σp2 = 939.2Variance: σs2 = 1174
Standard Deviation: σp = √σp2 = √939.2Standard Deviation: σs = √σs2 = √1174
Standard Deviation: σp = 30.6464Standard Deviation: σs = 34.2637

Calculate the Standard Error of the Mean:

PopulationSample

SEM  =  σp
  n

SEM  =  σs
  n

SEM  =  30.6464
  5

SEM  =  34.2637
  5

SEM  =  30.6464
  2.2360679774998

SEM  =  34.2637
  2.2360679774998

SEM = 13.7055SEM = 15.3232

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 = (6 - 52)3 = -463 = -97336

(X2 - μ)3 = (35 - 52)3 = -173 = -4913

(X3 - μ)3 = (51 - 52)3 = -13 = -1

(X4 - μ)3 = (73 - 52)3 = 213 = 9261

(X5 - μ)3 = (95 - 52)3 = 433 = 79507

Add our 5 sum of cubed differences up

ΣE(Xi - μ)3 = -97336 + -4913 + -1 + 9261 + 79507

ΣE(Xi - μ)3 = -13482

Calculate skewnes

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

Skewness  =  -13482
  (5 - 1)30.64643

Skewness  =  -13482
  (4)28783.155053625

Skewness  =  -13482
  115132.6202145

Skewness = -0.11709974093252

Calculate Average Deviation (Mean Absolute Deviation) denoted below:

AD  =  Σ|Xi - μ|
  n

Evaluate the absolute value of the difference from the mean

|Xi - μ|:

|X1 - μ| = |6 - 52| = |-46| = 46

|X2 - μ| = |35 - 52| = |-17| = 17

|X3 - μ| = |51 - 52| = |-1| = 1

|X4 - μ| = |73 - 52| = |21| = 21

|X5 - μ| = |95 - 52| = |43| = 43

Average deviation numerator:

Σ|Xi - μ| = 46 + 17 + 1 + 21 + 43

Σ|Xi - μ| = 128

Calculate average deviation (mean absolute deviation)

AD  =  Σ|Xi - μ|
  n

AD  =  128
  5

Average Deviation = 25.6

Calculate the Range

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

Range = 95 - 6

Range = 89

Calculate Pearsons Skewness Coefficient 1:

PSC1  =  μ - Mode
  σ

PSC1  =  3(52 - N/A)
  30.6464

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

Calculate Pearsons Skewness Coefficient 2:

PSC2  =  μ - Median
  σ

PSC1  =  3(52 - 51)
  30.6464

PSC2  =  3 x 1
  30.6464

PSC2  =  3
  30.6464

PSC2 = 0.0979

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  =  95 + 6
  2

Mid-Range  =  101
  2

Mid-Range = 50.5

Calculate the Quartile Items

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

{6,35,51,73,95}

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 73

6,35,51,73,95

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 35

6,35,51,73,95

Calculate Inter-Quartile Range (IQR):

IQR = UQ - LQ

IQR = 73 - 35

IQR = 38

Calculate Lower Inner Fence (LIF):

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

Lower Inner Fence (LIF) = 35 - 1.5 x 38

Lower Inner Fence (LIF) = 35 - 57

Lower Inner Fence (LIF) = -22

Calculate Upper Inner Fence (UIF):

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

Upper Inner Fence (UIF) = 73 + 1.5 x 38

Upper Inner Fence (UIF) = 73 + 57

Upper Inner Fence (UIF) = 130

Calculate Lower Outer Fence (LOF):

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

Lower Outer Fence (LOF) = 35 - 3 x 38

Lower Outer Fence (LOF) = 35 - 114

Lower Outer Fence (LOF) = -79

Calculate Upper Outer Fence (UOF):

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

Upper Outer Fence (UOF) = 73 + 3 x 38

Upper Outer Fence (UOF) = 73 + 114

Upper Outer Fence (UOF) = 187

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 -79 < v < -22 and 130 < v < 187

6,35,51,73,95

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 < -79 or v > 187

6,35,51,73,95

Calculate weighted average

6, 35, 51, 73, 95

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  =  6 x + 35 x + 51 x + 73 x + 95 x
  5

Weighted Average  =  0 + 0 + 0 + 0 + 0
  5

Weighted Average  =  0
  5

Weighted Average = 0

Frequency Distribution Table

Show the freqency distribution table for this number set

6, 35, 51, 73, 95

Determine the Number of Intervals using Sturges Rule:

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 95 - 6 = 89

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

Interval Size  =  89
  3

Add 1 to this giving us 29 + 1 = 30

Frequency Distribution Table

Class LimitsClass BoundariesFDCFDRFDCRFD
6 - 365.5 - 36.5222/5 = 40%2/5 = 40%
36 - 6635.5 - 66.512 + 1 = 31/5 = 20%3/5 = 60%
66 - 9665.5 - 96.522 + 1 + 2 = 52/5 = 40%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: 6,35,51,73,95

6:35 → 0.1714

Successive Ratio 2: 6,35,51,73,95

35:51 → 0.6863

Successive Ratio 3: 6,35,51,73,95

51:73 → 0.6986

Successive Ratio 4: 6,35,51,73,95

73:95 → 0.7684

Successive Ratio Answer

Successive Ratio = 6:35,35:51,51:73,73:95 or 0.1714,0.6863,0.6986,0.7684

Final Answers


1,2,3,4,5
RMS = 60.358926431805
Harmonic Mean = 20.914299182028Geometric Mean = 37.511738071531
Mid-Range = 50.5
Weighted Average = 0
Successive Ratio = Successive Ratio = 6:35,35:51,51:73,73:95 or 0.1714,0.6863,0.6986,0.7684


Download the mobile appGenerate a practice problemGenerate a quiz

Common Core State Standards In This Lesson
6.SP.A.2, 6.SP.A.3, 6.SP.B.5, 6.SP.B.5.A, 6.SP.B.5.B, 6.SP.B.5.C, 6.SP.B.5.D, 7.SP.A.1, 7.SP.A.2, 7.SP.B.3, 7.SP.B.4, HSS.ID.A.2, HSS.ID.A.4, HSS.MD.A.2
What is the Answer?
1,2,3,4,5
RMS = 60.358926431805
Harmonic Mean = 20.914299182028Geometric Mean = 37.511738071531
Mid-Range = 50.5
Weighted Average = 0
Successive Ratio = Successive Ratio = 6:35,35:51,51:73,73:95 or 0.1714,0.6863,0.6986,0.7684
How does the Basic Statistics Calculator work?
Free Basic Statistics Calculator - Given a number set, and an optional probability set, this calculates the following statistical items:
Expected Value
Mean = μ
Variance = σ2
Standard Deviation = σ
Standard Error of the Mean
Skewness
Mid-Range
Average Deviation (Mean Absolute Deviation)
Median
Mode
Range
Pearsons Skewness Coefficients
Entropy
Upper Quartile (hinge) (75th Percentile)
Lower Quartile (hinge) (25th Percentile)
InnerQuartile Range
Inner Fences (Lower Inner Fence and Upper Inner Fence)
Outer Fences (Lower Outer Fence and Upper Outer Fence)
Suspect Outliers
Highly Suspect Outliers
Stem and Leaf Plot
Ranked Data Set
Central Tendency Items such as Harmonic Mean and Geometric Mean and Mid-Range
Root Mean Square
Weighted Average (Weighted Mean)
Frequency Distribution
Successive Ratio
This calculator has 2 inputs.
What 8 formulas are used for the Basic Statistics Calculator?
Root Mean Square = √A/√N
Successive Ratio = n1/n0
μ = ΣXi/n
Mode = Highest Frequency Number
Mid-Range = (Maximum Value in Number Set + Minimum Value in Number Set)/2
Quartile: V = y(n + 1)/100
σ2 = ΣE(Xi - μ)2/n
What 20 concepts are covered in the Basic Statistics Calculator?
average deviation
Mean of the absolute values of the distance from the mean for each number in a number set
basic statistics
central tendency
a central or typical value for a probability distribution. Typical measures are the mode, median, mean
entropy
refers to disorder or uncertainty
expected value
predicted value of a variable or event
E(X) = ΣxI · P(x)
frequency distribution
frequency measurement of various outcomes
inner fence
ut-off values for upper and lower outliers in a dataset
mean
A statistical measurement also known as the average
median
the value separating the higher half from the lower half of a data sample,
mode
the number that occurs the most in a number set
outer fence
start with the IQR and multiply this number by 3. We then subtract this number from the first quartile and add it to the third quartile. These two numbers are our outer fences.
outlier
an observation that lies an abnormal distance from other values in a random sample from a population
quartile
1 of 4 equal groups in the distribution of a number set
range
Difference between the largest and smallest values in a number set
rank
the data transformation in which numerical or ordinal values are replaced by their rank when the data are sorted.
sample space
the set of all possible outcomes or results of that experiment.
standard deviation
a measure of the amount of variation or dispersion of a set of values. The square root of variance
stem and leaf plot
a technique used to classify either discrete or continuous variables. A stem and leaf plot is used to organize data as they are collected. A stem and leaf plot looks something like a bar graph. Each number in the data is broken down into a stem and a leaf, thus the name.
variance
How far a set of random numbers are spead out from the mean
weighted average
An average of numbers using probabilities for each event as a weighting
Example calculations for the Basic Statistics Calculator
Basic Statistics Calculator Video

Tags:



Add This Calculator To Your Website