Descriptive Statistics
Print PageA Descriptive Statistics Calculator (also known as a Statistical Summary Generator, Complete Data Profiling Utility, Mean-Median-Mode & Standard Deviation Calculator, or Exploratory Data Analysis [EDA] Suite) computes complete sample metrics including sample size (n), sum (∑ x), sample mean (X̄ = ∑ x ÷ n), median (Q2), mode, range, sample variance (s2), sample standard deviation (s), standard error of the mean (SE = s ÷ √n), coefficient of variation (CV = [s ÷ X̄] · 100%), 5-number summary (Min, Q1, Q2, Q3, Max), interquartile range (IQR = Q3 - Q1), Fisher-Pearson skewness (g1), and excess kurtosis (g2).
In medical clinical trials, industrial Six Sigma manufacturing quality control, financial market analysis, and academic research, **descriptive statistics** summarize the central tendency, dispersion, variability, and distribution shape of a numerical dataset without making unverified assumptions about the underlying population.
Our free online Descriptive Statistics Calculator provides instant calculations across all 18 primary descriptive statistical parameters:
- Sample Mean (X̄):
X̄ = ∑ xi ÷ n(Arithmetic average). - Median (Q2 / 50th Percentile): Middle score dividing the ordered dataset into two equal 50% halves.
- Mode: Most frequently occurring value (Unimodal, Bimodal, or Multimodal).
- Sample Variance (s2):
s2 = ∑ ( xi - X̄ )2 ÷ ( n - 1 )(Unbiased n-1 degrees of freedom). - Sample Standard Deviation (s):
s = √[ s2 ]. - Standard Error of the Mean (SEX̄):
SE = s ÷ √n(Precision of the sample mean estimate). - Coefficient of Variation (CV Percentage):
CV = ( s ÷ X̄ ) · 100%(Relative volatility metric). - 5-Number Summary & Interquartile Range (IQR):
IQR = Q3 - Q1(Middle 50% data span). - Tukey Outlier Fences:
Lower Fence = Q1 - ( 1.5 · IQR ),Upper Fence = Q3 + ( 1.5 · IQR ). - Sample Skewness (g1):
g1 = [ (1÷n) ∑ (xi - X̄)3 ] ÷ s3(Measures asymmetry; 0 = Symmetric, >0 = Right-skewed, <0 = Left-skewed). - Sample Excess Kurtosis (g2):
g2 = [ (1÷n) ∑ (xi - X̄)4 ] ÷ s4 - 3(Measures tail heavy-headedness; 0 = Mesokurtic Normal).
Master Descriptive Statistics Reference Table (Manufacturing Quality Control: Bolt Diameter n = 10 Samples)
The table below displays sorted sample measurements (in millimeters), mean deviations, squared deviations, and comprehensive descriptive summary metrics for 10 precision bolt manufacturing samples (n = 10 Samples: 9.9, 10.0, 10.1, 10.1, 10.1, 10.2, 10.2, 10.3, 10.4, 10.7 mm):
| Descriptive Metric Category | Mathematical Derivation / Formula | Calculated Value (mm) | Six Sigma Quality Control Interpretation |
|---|---|---|---|
| Sample Size (n) | Total Observations | n = 10 samples | Adequate Quality Inspection Lot |
| Sample Sum (∑ x) | Sum of all values | 101.800 mm | Cumulative Material Dimension |
| Arithmetic Mean (X̄) | 101.80 ÷ 10 | 10.1800 mm | Target Center Point (Specification: 10.00 mm) |
| Median (Q2) | Average of 5th & 6th items | 10.1500 mm | Robust 50% Distribution Midpoint |
| Mode | Most frequent item | 10.1000 mm (Count = 3) | Peak Frequency Point |
| Sample Variance (s2) | 0.4640 ÷ 9 | 0.05156 mm2 | Unbiased Dispersion Scale |
| Sample Standard Deviation (s) | √0.05156 | 0.22706 mm (0.227 mm) | Average Manufacturing Variation Spread |
| Standard Error of Mean (SE) | 0.22706 ÷ √10 | 0.07180 mm | Sampling Mean Margin Error |
| Coefficient of Variation (CV) | (0.22706 ÷ 10.18) · 100% | 2.2305% (2.23%) | High Process Precision (<5% CV) |
| Range (Max – Min) | 10.7 – 9.9 | 0.8000 mm | Total Extreme Boundary Distance |
| Interquartile Range (IQR) | 10.30 – 10.10 | 0.2000 mm | Middle 50% Production Variation |
| Outlier Fence Detection | Upper Fence = 10.3 + 1.5(0.2) | Fence = 10.60 mm | 10.70 mm Flagged as Outlier Bolt |
Step-by-Step Bolt Quality Control Descriptive Calculation
To calculate summary metrics for 10 bolt diameter samples (9.9, 10.0, 10.1, 10.1, 10.1, 10.2, 10.2, 10.3, 10.4, 10.7 mm):
Step 1 (Calculate Mean X̄): X̄ = (9.9 + 10.0 + 10.1 + 10.1 + 10.1 + 10.2 + 10.2 + 10.3 + 10.4 + 10.7) ÷ 10 = 101.80 ÷ 10 = 10.1800 mm
Step 2 (Calculate Sum of Squared Deviations SS): SS = (9.9-10.18)^2 + (10.0-10.18)^2 + 3(10.1-10.18)^2 + 2(10.2-10.18)^2 + (10.3-10.18)^2 + (10.4-10.18)^2 + (10.7-10.18)^2 = 0.0784 + 0.0324 + 0.0192 + 0.0008 + 0.0144 + 0.0484 + 0.2704 = 0.4640 mm^2
Step 3 (Calculate Sample Variance s^2): s^2 = 0.4640 ÷ (10 - 1) = 0.4640 ÷ 9 = 0.05156 mm^2
Step 4 (Calculate Sample Standard Deviation s): s = √0.05156 = 0.22706 mm
Step 5 (Calculate Standard Error SE): SE = 0.22706 ÷ √10 = 0.22706 ÷ 3.16228 = 0.07180 mm
Step 6 (Calculate Outlier Fence): Q_1 = 10.10, Q_3 = 10.30 &implies; IQR = 0.20 &implies; Upper Fence = 10.30 + (1.5 · 0.20) = 10.60 mm (10.70 mm exceeds 10.60 mm Outlier Fence)
Thus, the bolt lot exhibits an average diameter of 10.180 mm, a standard deviation of 0.227 mm, and contains one 10.70 mm outlier bolt requiring machine recalibration.
Statistical Branches Comparison: Descriptive vs. Inferential vs. Exploratory Data Analysis (EDA)
Below is a comparative reference chart detailing when to use Descriptive Statistics versus alternative statistical methodologies:
| Statistical Branch | Primary Objective | Assumptions Made About Population | Primary Practical Application |
|---|---|---|---|
| Descriptive Statistics | Summarizing & profiling observed data | NONE (Reports exact sample characteristics) | Quality control, clinical demographic tables, audit reports. |
| Inferential Statistics | Testing hypotheses & predicting population parameters | PARAMETRIC (Normality, random sampling) | t-tests, ANOVA, regression modeling, p-values. |
| Exploratory Data Analysis (EDA) | Uncovering patterns, anomalies & outliers visually | MINIMAL (Data-driven pattern discovery) | Box plots, stem-and-leaf plots, 5-number summaries. |
History & Mathematics: 1749 Gottfried Achenwall to 1977 John Tukey
1749 Gottfried Achenwall & 1835 Adolphe Quetelet
In 1749, German philosopher Gottfried Achenwall coined the term Statistik, while Belgian astronomer Adolphe Quetelet published Sur l’homme et le développement de ses facultés in 1835, establishing descriptive metrics to profile human populations.
1977 John W. Tukey & Exploratory Data Analysis
In 1977, Princeton mathematician John W. Tukey published Exploratory Data Analysis (EDA), formalizing modern descriptive data profiling with 5-number summaries, box plots, and 1.5×IQR outlier detection fences.
Popular direct tools:
Frequently Asked Questions (FAQ)
What are the primary metrics included in descriptive statistics?
Descriptive statistics include measures of central tendency (mean, median, mode), measures of dispersion (range, variance, standard deviation, IQR, standard error), and measures of distribution shape (skewness, kurtosis).
Why is standard error of the mean (SE) different from standard deviation (s)?
Standard deviation (s) measures the spread of individual observations around the sample mean. Standard error (SE = s / √n) measures the variability of the sample mean itself across repeated samples of size n.
How does skewness impact the mean versus median?
In a **right-skewed distribution** (positive skewness), extreme high values pull the mean above the median (Mean > Median). In a **left-skewed distribution** (negative skewness), extreme low values pull the mean below the median (Mean < Median).