Calculate Calculate from 36,1,74,82,45,34,41,38,6,21,90,33

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

Image to Crop You entered a number set X of {36,1,74,82,45,34,41,38,6,21,90,33}

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

Ranked Data Calculation

Sort our number set in ascending order

and assign a ranking to each number:

Ranked Data Table
Number Set Value1621333436384145748290
Rank123456789101112

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

Since we have 12 numbers in our original number set, we assign ranks from lowest to highest (1 to 12)
Our original number set in unsorted order was 36,1,74,82,45,34,41,38,6,21,90,33
Our respective ranked data set is 6,1,10,11,9,5,8,7,2,3,12,4
Root Mean Square Calculation
Root Mean Square  =  A
  N

where A = x12 + x22 + x32 + x42 + x52 + x62 + x72 + x82 + x92 + x102 + x112 + x122 and N = 12 number set items

Calculate A

A = 12 + 62 + 212 + 332 + 342 + 362 + 382 + 412 + 452 + 742 + 822 + 902

A = 1 + 36 + 441 + 1089 + 1156 + 1296 + 1444 + 1681 + 2025 + 5476 + 6724 + 8100

A = 29469

Calculate Root Mean Square (RMS):
RMS  =  29469
  12

RMS  =  171.6653721634
  3.4641016151378

RMS = 49.555524414539

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

μ  =  1 + 6 + 21 + 33 + 34 + 36 + 38 + 41 + 45 + 74 + 82 + 90
  12

μ  =  501
  12

μ = 41.75

Calculate the Median (Middle Value)
Since our number set contains 12 elements which is an even number, our median number is determined as follows:
Number Set = (n1,n2,n3,n4,n5,n6,n7,n8,n9,n10,n11,n12)
Median Number 1 = ½(n)
Median Number 1 = ½(12)
Median Number 1 = Number Set Entry 6

Median Number 2 = Median Number 1 + 1
Median Number 2 = Number Set Entry 6 + 1
Median Number 2 = Number Set Entry 7

For an even number set, we average the 2 median number entries:
Median = ½(n6 + n7)

Therefore, we sort our number set in ascending order and our median is the average of entry 6 and entry 7 of our number set highlighted in red:
(1,6,21,33,34,36,38,41,45,74,82,90)
Median = ½(36 + 38)
Median = ½(74)
Median = 37

Calculate the Mode - Highest Frequency Number

The highest frequency of occurence in our number set is 1 times by the following numbers in green:
(36,1,74,82,45,34,41,38,6,21,90,33)
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 + 1/x6 + 1/x7 + 1/x8 + 1/x9 + 1/x10 + 1/x11 + 1/x12

With N = 12 and each xi a member of the number set you entered, we have:
Harmonic Mean  =  12
  1/1 + 1/6 + 1/21 + 1/33 + 1/34 + 1/36 + 1/38 + 1/41 + 1/45 + 1/74 + 1/82 + 1/90

Harmonic Mean  =  12
  1 + 0.16666666666667 + 0.047619047619048 + 0.03030303030303 + 0.029411764705882 + 0.027777777777778 + 0.026315789473684 + 0.024390243902439 + 0.022222222222222 + 0.013513513513514 + 0.01219512195122 + 0.011111111111111

Harmonic Mean  =  12
  1.4115262892466

Harmonic Mean = 8.5014357092882

Calculate Geometric Mean:

Geometric Mean = (x1 * x2 * x3 * x4 * x5 * x6 * x7 * x8 * x9 * x10 * x11 * x12)1/N
Geometric Mean = (1 * 6 * 21 * 33 * 34 * 36 * 38 * 41 * 45 * 74 * 82 * 90)1/12
Geometric Mean = 1948650491962944000.083333333333333
Geometric Mean = 27.59377778885

Calcualte Mid-Range:

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

Mid-Range  =  90 + 1
  2

Mid-Range  =  91
  2

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

{90,82,74,45,41,38,36,34,33,21,6,1}
StemLeaf
90
82
74
41,5
33,4,6,8
21
6
1
Basic Stats Calculations

Mean, Variance, Standard Deviation, Median, Mode

Calculate Mean (Average) denoted as μ

μ  =  Sum of your number Set
  Total Numbers Entered

μ  =  ΣXi
  n

μ  =  1 + 6 + 21 + 33 + 34 + 36 + 38 + 41 + 45 + 74 + 82 + 90
  12

μ  =  501
  12

μ = 41.75

Calculate Variance denoted as σ2
Let's evaluate the square difference from the mean of each term (Xi - μ)2:
(X1 - μ)2 = (1 - 41.75)2 = -40.752 = 1660.5625
(X2 - μ)2 = (6 - 41.75)2 = -35.752 = 1278.0625
(X3 - μ)2 = (21 - 41.75)2 = -20.752 = 430.5625
(X4 - μ)2 = (33 - 41.75)2 = -8.752 = 76.5625
(X5 - μ)2 = (34 - 41.75)2 = -7.752 = 60.0625
(X6 - μ)2 = (36 - 41.75)2 = -5.752 = 33.0625
(X7 - μ)2 = (38 - 41.75)2 = -3.752 = 14.0625
(X8 - μ)2 = (41 - 41.75)2 = -0.752 = 0.5625
(X9 - μ)2 = (45 - 41.75)2 = 3.252 = 10.5625
(X10 - μ)2 = (74 - 41.75)2 = 32.252 = 1040.0625
(X11 - μ)2 = (82 - 41.75)2 = 40.252 = 1620.0625
(X12 - μ)2 = (90 - 41.75)2 = 48.252 = 2328.0625

Adding our 12 sum of squared differences up, we have our variance numerator:
ΣE(Xi - μ)2 = 1660.5625 + 1278.0625 + 430.5625 + 76.5625 + 60.0625 + 33.0625 + 14.0625 + 0.5625 + 10.5625 + 1040.0625 + 1620.0625 + 2328.0625
ΣE(Xi - μ)2 = 8552.25

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  =  8552.25
  12

σ2  =  8552.25
  11

Variance: σp2 = 712.6875Variance: σs2 = 777.47727272727
Standard Deviation: σp = √σp2 = √712.6875Standard Deviation: σs = √σs2 = √777.47727272727
Standard Deviation: σp = 26.6962Standard Deviation: σs = 27.8833

Calculate the Standard Error of the Mean:

PopulationSample
SEM  =  σp
  n

SEM  =  σs
  n

SEM  =  26.6962
  12

SEM  =  27.8833
  12

SEM  =  26.6962
  3.4641016151378

SEM  =  27.8833
  3.4641016151378

SEM = 7.7065SEM = 8.0492

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

Let's evaluate the square difference from the mean of each term (Xi - μ)3:
(X1 - μ)3 = (1 - 41.75)3 = -40.753 = -67667.921875
(X2 - μ)3 = (6 - 41.75)3 = -35.753 = -45690.734375
(X3 - μ)3 = (21 - 41.75)3 = -20.753 = -8934.171875
(X4 - μ)3 = (33 - 41.75)3 = -8.753 = -669.921875
(X5 - μ)3 = (34 - 41.75)3 = -7.753 = -465.484375
(X6 - μ)3 = (36 - 41.75)3 = -5.753 = -190.109375
(X7 - μ)3 = (38 - 41.75)3 = -3.753 = -52.734375
(X8 - μ)3 = (41 - 41.75)3 = -0.753 = -0.421875
(X9 - μ)3 = (45 - 41.75)3 = 3.253 = 34.328125
(X10 - μ)3 = (74 - 41.75)3 = 32.253 = 33542.015625
(X11 - μ)3 = (82 - 41.75)3 = 40.253 = 65207.515625
(X12 - μ)3 = (90 - 41.75)3 = 48.253 = 112329.015625

Adding our 12 sum of cubed differences up, we have our skewness numerator:
ΣE(Xi - μ)3 = -67667.921875 + -45690.734375 + -8934.171875 + -669.921875 + -465.484375 + -190.109375 + -52.734375 + -0.421875 + 34.328125 + 33542.015625 + 65207.515625 + 112329.015625
ΣE(Xi - μ)3 = 87441.375

Now that we have the sum of cubed differences from the means, calculate skewness:

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

Skewness  =  87441.375
  (12 - 1)26.69623

Skewness  =  87441.375
  (11)19026.037210589

Skewness  =  87441.375
  209286.40931648

Skewness = 0.41780723022378

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 - μ| = |1 - 41.75| = |-40.75| = 40.75
|X2 - μ| = |6 - 41.75| = |-35.75| = 35.75
|X3 - μ| = |21 - 41.75| = |-20.75| = 20.75
|X4 - μ| = |33 - 41.75| = |-8.75| = 8.75
|X5 - μ| = |34 - 41.75| = |-7.75| = 7.75
|X6 - μ| = |36 - 41.75| = |-5.75| = 5.75
|X7 - μ| = |38 - 41.75| = |-3.75| = 3.75
|X8 - μ| = |41 - 41.75| = |-0.75| = 0.75
|X9 - μ| = |45 - 41.75| = |3.25| = 3.25
|X10 - μ| = |74 - 41.75| = |32.25| = 32.25
|X11 - μ| = |82 - 41.75| = |40.25| = 40.25
|X12 - μ| = |90 - 41.75| = |48.25| = 48.25

Adding our 12 absolute value of differences from the mean, we have our average deviation numerator:
Σ|Xi - μ| = 40.75 + 35.75 + 20.75 + 8.75 + 7.75 + 5.75 + 3.75 + 0.75 + 3.25 + 32.25 + 40.25 + 48.25
Σ|Xi - μ| = 248

Now that we have the absolute value of the differences from the means, calculate average deviation (mean absolute deviation):

AD  =  Σ|Xi - μ|
  n

AD  =  248
  12

Average Deviation = 20.66667

Calculate the Median (Middle Value)
Since our number set contains 12 elements which is an even number, our median number is determined as follows:
Number Set = (n1,n2,n3,n4,n5,n6,n7,n8,n9,n10,n11,n12)
Median Number 1 = ½(n)
Median Number 1 = ½(12)
Median Number 1 = Number Set Entry 6

Median Number 2 = Median Number 1 + 1
Median Number 2 = Number Set Entry 6 + 1
Median Number 2 = Number Set Entry 7

For an even number set, we average the 2 median number entries:
Median = ½(n6 + n7)

Therefore, we sort our number set in ascending order and our median is the average of entry 6 and entry 7 of our number set highlighted in red:
(1,6,21,33,34,36,38,41,45,74,82,90)
Median = ½(36 + 38)
Median = ½(74)
Median = 37

Calculate the Mode - Highest Frequency Number

The highest frequency of occurence in our number set is 1 times by the following numbers in green:
(36,1,74,82,45,34,41,38,6,21,90,33)
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 = 90 - 1
Range = 89

Calculate Pearsons Skewness Coefficient 1:

PSC1  =  μ - Mode
  σ

PSC1  =  3(41.75 - N/A)
  26.6962

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

Calculate Pearsons Skewness Coefficient 2:

PSC2  =  μ - Median
  σ

PSC1  =  3(41.75 - 37)
  26.6962

PSC2  =  3 x 4.75
  26.6962

PSC2  =  14.25
  26.6962

PSC2 = 0.5338Entropy = Ln(n)
Entropy = Ln(12)
Entropy = 2.484906649788
Mid-Range  =  Smallest Number in the Set + Largest Number in the Set
  2

Mid-Range  =  90 + 1
  2

Mid-Range  =  91
  2

Mid-Range = 45.5
Calculate the Quartile Items
We need to sort our number set from lowest to highest shown below:
{1,6,21,33,34,36,38,41,45,74,82,90}

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

V  =  y(n + 1)
  100

V  =  75(12 + 1)
  100

V  =  75(13)
  100

V  =  975
  100

V = 9 ← Rounded down to the nearest integer

Upper quartile (UQ) point = Point # 9 in the dataset which is 45
1,6,21,33,34,36,38,41,45,74,82,90

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

V  =  y(n + 1)
  100

V  =  25(12 + 1)
  100

V  =  25(13)
  100

V  =  325
  100

V = 3 ← Rounded up to the nearest integer

Lower quartile (LQ) point = Point # 3 in the dataset which is 21
1,6,21,33,34,36,38,41,45,74,82,90

Calculate Inter-Quartile Range (IQR):

IQR = UQ - LQ
IQR = 45 - 21
IQR = 24

Calculate Lower Inner Fence (LIF):

Lower Inner Fence (LIF) = LQ - 1.5 x IQR
Lower Inner Fence (LIF) = 21 - 1.5 x 24
Lower Inner Fence (LIF) = 21 - 36
Lower Inner Fence (LIF) = -15

Calculate Upper Inner Fence (UIF):

Upper Inner Fence (UIF) = UQ + 1.5 x IQR
Upper Inner Fence (UIF) = 45 + 1.5 x 24
Upper Inner Fence (UIF) = 45 + 36
Upper Inner Fence (UIF) = 81

Calculate Lower Outer Fence (LOF):

Lower Outer Fence (LOF) = LQ - 3 x IQR
Lower Outer Fence (LOF) = 21 - 3 x 24
Lower Outer Fence (LOF) = 21 - 72
Lower Outer Fence (LOF) = -51

Calculate Upper Outer Fence (UOF):

Upper Outer Fence (UOF) = UQ + 3 x IQR
Upper Outer Fence (UOF) = 45 + 3 x 24
Upper Outer Fence (UOF) = 45 + 72
Upper Outer Fence (UOF) = 117

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 -51 < v < -15 and 81 < v < 117
1,6,21,33,34,36,38,41,45,74,82,90

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 < -51 or v > 117
1,6,21,33,34,36,38,41,45,74,82,90
Calculate weighted average

36,1,74,82,45,34,41,38,6,21,90,33

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 + X6p6 + X7p7 + X8p8 + X9p9 + X10p10 + X11p11 + X12p12
  n

Weighted Average  =  36 x + 1 x + 74 x + 82 x + 45 x + 34 x + 41 x + 38 x + 6 x + 21 x + 90 x + 33 x
  12

Weighted Average  =  0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0
  12

Weighted Average  =  0
  12

Weighted Average = 0

Frequency Distribution Table

Show the freqency distribution table for this number set

1, 6, 21, 33, 34, 36, 38, 41, 45, 74, 82, 90

Determine the Number of Intervals using Sturges Rule:

We need to choose the smallest integer k such that 2k ≥ n where n = 12

For k = 1, we have 21 = 2

For k = 2, we have 22 = 4

For k = 3, we have 23 = 8

For k = 4, we have 24 = 16 ← Use this since it is greater than our n value of 12

Therefore, we use 4 intervals

Our maximum value in our number set of 90 - 1 = 89

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

Interval Size  =  89
  4

Add 1 to this giving us 22 + 1 = 23

Frequency Distribution Table
Class LimitsClass BoundariesFDCFDRFDCRFD
1 - 240.5 - 24.5333/12 = 25%3/12 = 25%
24 - 4723.5 - 47.563 + 6 = 96/12 = 50%9/12 = 75%
47 - 7046.5 - 70.53 + 6 + = 9/12 = 0%9/12 = 75%
70 - 9369.5 - 93.533 + 6 + + 3 = 123/12 = 25%12/12 = 100%
  12 100% 
Successive Ratio Calculation

Go through our 12 numbers

Determine the ratio of each number to the next one

Successive Ratio 1: 1,6,21,33,34,36,38,41,45,74,82,90

1:6 → 0.1667

Successive Ratio 2: 1,6,21,33,34,36,38,41,45,74,82,90

6:21 → 0.2857

Successive Ratio 3: 1,6,21,33,34,36,38,41,45,74,82,90

21:33 → 0.6364

Successive Ratio 4: 1,6,21,33,34,36,38,41,45,74,82,90

33:34 → 0.9706

Successive Ratio 5: 1,6,21,33,34,36,38,41,45,74,82,90

34:36 → 0.9444

Successive Ratio 6: 1,6,21,33,34,36,38,41,45,74,82,90

36:38 → 0.9474

Successive Ratio 7: 1,6,21,33,34,36,38,41,45,74,82,90

38:41 → 0.9268

Successive Ratio 8: 1,6,21,33,34,36,38,41,45,74,82,90

41:45 → 0.9111

Successive Ratio 9: 1,6,21,33,34,36,38,41,45,74,82,90

45:74 → 0.6081

Successive Ratio 10: 1,6,21,33,34,36,38,41,45,74,82,90

74:82 → 0.9024

Successive Ratio 11: 1,6,21,33,34,36,38,41,45,74,82,90

82:90 → 0.9111

Successive Ratio Answer

Successive Ratio = 1:6,6:21,21:33,33:34,34:36,36:38,38:41,41:45,45:74,74:82,82:90 or 0.1667,0.2857,0.6364,0.9706,0.9444,0.9474,0.9268,0.9111,0.6081,0.9024,0.9111

Final Answers

6,1,10,11,9,5,8,7,2,3,12,4
RMS = 49.555524414539
Harmonic Mean = 8.5014357092882Geometric Mean = 27.59377778885
Mid-Range = 45.5
Weighted Average = 0
Successive Ratio = Successive Ratio = 1:6,6:21,21:33,33:34,34:36,36:38,38:41,41:45,45:74,74:82,82:90 or 0.1667,0.2857,0.6364,0.9706,0.9444,0.9474,0.9268,0.9111,0.6081,0.9024,0.9111

You have 1 free calculations remaining


What is the Answer?

6,1,10,11,9,5,8,7,2,3,12,4
RMS = 49.555524414539
Harmonic Mean = 8.5014357092882Geometric Mean = 27.59377778885
Mid-Range = 45.5
Weighted Average = 0
Successive Ratio = Successive Ratio = 1:6,6:21,21:33,33:34,34:36,36:38,38:41,41:45,45:74,74:82,82:90 or 0.1667,0.2857,0.6364,0.9706,0.9444,0.9474,0.9268,0.9111,0.6081,0.9024,0.9111

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

For more math formulas, check out our Formula Dossier

What 20 concepts are covered in the Basic Statistics Calculator?

average deviationMean of the absolute values of the distance from the mean for each number in a number setbasic statisticscentral tendencya central or typical value for a probability distribution. Typical measures are the mode, median, meanentropyrefers to disorder or uncertaintyexpected valuepredicted value of a variable or event
E(X) = ΣxI · P(x)frequency distributionfrequency measurement of various outcomesinner fenceut-off values for upper and lower outliers in a datasetmeanA statistical measurement also known as the averagemedianthe value separating the higher half from the lower half of a data sample,modethe number that occurs the most in a number setouter fencestart 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.outlieran observation that lies an abnormal distance from other values in a random sample from a populationquartile1 of 4 equal groups in the distribution of a number setrangeDifference between the largest and smallest values in a number setrankthe 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 deviationa measure of the amount of variation or dispersion of a set of values. The square root of variancestem and leaf plota 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.varianceHow far a set of random numbers are spead out from the meanweighted averageAn 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

ncG1vNJzZmivp6x7rq3ToZqepJWXv6rA2GeaqKVfqMGiwMGaqqKbXqW1sYvNrqRqdWNrcnOPkF5pfG9kWn%2BEhJFeaXxsZVp%2FhH%2BTXml8bGFaf4R%2Fl15pfG5VZ5BzfYRrenJoVWeQdH%2BFqaN2e5GhsLa4wK2c

 Share!