Calculate Number Set Basics from 120,99,101,87,140

<-- Enter Number Set
<-- Probabilities (or counts for Weighted Average), check box if you are using these →
        
        

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

Calculate Mean (Average) denoted as μ

μ  =  Sum of your number Set
  Total Numbers Entered

μ  =  ΣXi
  n

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

μ  =  547
  5

μ = 109.4

Calculate Variance denoted as σ2
Let's evaluate the square difference from the mean of each term (Xi - μ)2:
(X1 - μ)2 = (120 - 109.4)2 = 10.62 = 112.36
(X2 - μ)2 = (99 - 109.4)2 = -10.42 = 108.16
(X3 - μ)2 = (101 - 109.4)2 = -8.42 = 70.56
(X4 - μ)2 = (87 - 109.4)2 = -22.42 = 501.76
(X5 - μ)2 = (140 - 109.4)2 = 30.62 = 936.36

Adding our 5 sum of squared differences up, we have our variance numerator:
ΣE(Xi - μ)2 = 112.36 + 108.16 + 70.56 + 501.76 + 936.36
ΣE(Xi - μ)2 = 1729.2

Now that we have the sum of squared differences from the means, 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 = (120 - 109.4)3 = 10.63 = 1191.016
(X2 - μ)3 = (99 - 109.4)3 = -10.43 = -1124.864
(X3 - μ)3 = (101 - 109.4)3 = -8.43 = -592.704
(X4 - μ)3 = (87 - 109.4)3 = -22.43 = -11239.424
(X5 - μ)3 = (140 - 109.4)3 = 30.63 = 28652.616

Adding our 5 sum of cubed differences up, we have our skewness numerator:
ΣE(Xi - μ)3 = 1191.016 + -1124.864 + -592.704 + -11239.424 + 28652.616
ΣE(Xi - μ)3 = 16886.64

Now that we have the sum of cubed differences from the means, calculate skewness:
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

Let's evaluate the absolute value of the difference from the mean of each term |Xi - μ|:
|X1 - μ| = |120 - 109.4| = |10.6| = 10.6
|X2 - μ| = |99 - 109.4| = |-10.4| = 10.4
|X3 - μ| = |101 - 109.4| = |-8.4| = 8.4
|X4 - μ| = |87 - 109.4| = |-22.4| = 22.4
|X5 - μ| = |140 - 109.4| = |30.6| = 30.6

Adding our 5 absolute value of differences from the mean, we have our average deviation numerator:
Σ|Xi - μ| = 10.6 + 10.4 + 8.4 + 22.4 + 30.6
Σ|Xi - μ| = 82.4

Now that we have the absolute value of the differences from the means, calculate average deviation (mean absolute deviation):
AD  =  Σ|Xi - μ|
  n

AD  =  82.4
  5

Average Deviation = 16.48

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 and 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

The highest frequency of occurence in our number set is 1 times by the following numbers in green:
(120,99,101,87,140)
Since the maximum frequency of any number is 1, no mode exists.
Mode = N/A

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:

PSC1  =  μ - Mode
  σ

PSC1  =  3(109.4 - N/A)
  18.5968

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

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


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?

  1. Root Mean Square = √A/√N
  2. Successive Ratio = n1/n0
  3. μ = ΣXi/n
  4. Mode = Highest Frequency Number
  5. Mid-Range = (Maximum Value in Number Set + Minimum Value in Number Set)/2
  6. Quartile: V = y(n + 1)/100
  7. σ2 = ΣE(Xi - μ)2/n

For more math formulas, check out our Formula Dossier

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

  1. 1,2,3,4,5
  2. (-6,4,3,-9,2,8)

Basic Statistics Calculator Video


Tags:



Add This Calculator To Your Website