Skip to main content

Descriptive Statistics Calculator

Free Descriptive statistics Calculator for descriptive & distributions. Enter values to get step-by-step solutions with formulas and graphs.

Skip to calculator
Statistics & Data Science

Descriptive Statistics Calculator

Calculate mean, median, mode, range, variance, standard deviation, skewness, kurtosis, quartiles, and IQR from your data. Free statistics calculator.

Last updated: December 2025Reviewed by NovaCalculator Mathematics Team

Calculator

Adjust values & calculate

10 values detected

Mean
24.7000
n = 10 | Sum = 247.0000
Median
23.5000
Mode
22
freq: 2
Range
28.0000
12 to 40

Measures of Spread

Sample Variance (s2)77.1222
Sample Std Deviation (s)8.7819
Population Variance69.4100
Population Std Deviation8.3313
Standard Error (SE)2.7771
Coefficient of Variation35.55%

Shape

Skewness(Approximately symmetric)
0.3195
Excess Kurtosis(Platykurtic (light tails))
-0.5249

Quartiles & IQR

Minimum12
Q1 (25th percentile)19.0000
Q2 (Median)23.5000
Q3 (75th percentile)29.5000
Maximum40
IQR (Q3 - Q1)10.5000

Sorted Data

12, 15, 18, 22, 22, 25, 28, 30, 35, 40

Disclaimer: This calculator uses sample formulas (n-1 denominator) for variance, standard deviation, skewness, and kurtosis. For population statistics, refer to the population values shown above. Results are for educational and analytical purposes.
Your Result
n=10 | Mean: 24.7000 | Median: 23.5000 | Std Dev: 8.7819
Share Your Result
Understand the Math

Formula

Mean = Sum / n | Variance = Sum((xi - mean)^2) / (n-1) | Std Dev = sqrt(Variance)

The mean is the sum of all values divided by the count. Sample variance uses n-1 (Bessel's correction) for an unbiased estimate. Standard deviation is the square root of variance. Quartiles divide the sorted data into four equal parts.

Last reviewed: December 2025

Worked Examples

Example 1: Test Scores Analysis

A class of 10 students scored: 72, 85, 90, 68, 95, 78, 82, 88, 91, 76. Calculate descriptive statistics.
Solution:
Sorted: 68, 72, 76, 78, 82, 85, 88, 90, 91, 95 Mean: 82.5 | Median: 83.5 Std Dev: 8.79 | Variance: 77.17 Q1: 76 | Q3: 90 | IQR: 14 Range: 27 (68 to 95)
Result: Mean: 82.5 | Median: 83.5 | Std Dev: 8.79 | IQR: 14

Example 2: Salary Distribution

Salaries (in thousands): 45, 50, 55, 55, 60, 65, 70, 75, 80, 120. Note the outlier at 120.
Solution:
Mean: 67.5 | Median: 62.5 The mean is pulled up by the outlier (120). Median is more representative of the typical salary. Skewness is positive, confirming right-skewed distribution.
Result: Mean: 67.5 | Median: 62.5 | Positive skew due to outlier
Expert Insights

Background & Theory

The Descriptive Statistics Calculator applies the following established principles and formulas. Statistics and probability provide the mathematical framework for drawing conclusions from data under uncertainty. The measures of central tendency describe where data cluster. The mean is the arithmetic average, computed as the sum of all values divided by the count. The median is the middle value of an ordered dataset, robust to extreme outliers. The mode is the most frequent value. Spread is quantified by variance, the average squared deviation from the mean, and by its square root, the standard deviation. For a sample, variance uses n minus one in the denominator to correct for bias in estimation. The normal distribution, defined by its mean and standard deviation, is the cornerstone of parametric statistics. Its bell-shaped probability density follows the formula f(x) = (1 / (sigma * sqrt(2*pi))) * exp(-0.5 * ((x - mu) / sigma)^2). The empirical rule states that approximately 68 percent of observations fall within one standard deviation of the mean, 95 percent within two, and 99.7 percent within three. A z-score standardizes a data point by subtracting the mean and dividing by the standard deviation, expressing how many standard deviations an observation lies from the mean. In hypothesis testing, the p-value is the probability of observing a result at least as extreme as the one obtained, assuming the null hypothesis is true. Confidence intervals express the range within which the true population parameter falls with a specified probability, typically 95 percent. Correlation measures linear association between two variables, with Pearson's r ranging from negative one to positive one. Correlation does not imply causation. Linear regression fits a line of the form y = a + bx to minimize the sum of squared residuals. Bayes' theorem relates conditional probabilities: P(A|B) = P(B|A) * P(A) / P(B), allowing prior beliefs to be updated on new evidence. The law of large numbers guarantees that the sample mean converges to the population mean as sample size grows. The central limit theorem states that the distribution of sample means approaches normality regardless of the population distribution, provided the sample size is sufficiently large, typically 30 or more.

History

The history behind the Descriptive Statistics Calculator traces back through the following developments. The mathematical study of probability emerged in the 17th century from correspondence between Blaise Pascal and Pierre de Fermat in 1654. Their exchange, prompted by a gambling problem posed by the Chevalier de Mere, established the foundations of probability theory by calculating expected outcomes through systematic enumeration of cases. Jacob Bernoulli formalized the law of large numbers in his posthumously published Ars Conjectandi of 1713, proving rigorously that empirical frequencies converge to theoretical probabilities with increasing observations. His work laid the groundwork for inferential statistics by connecting mathematical probability to observed data. Carl Friedrich Gauss developed the method of least squares around 1795 while adjusting astronomical observations, and he recognized the bell-shaped error distribution that now bears his name. Pierre-Simon Laplace independently worked on the normal distribution and proved an early version of the central limit theorem around 1810, demonstrating why errors in measurement tend toward normality. The late 19th century saw statistics emerge as a distinct scientific discipline. Francis Galton introduced regression and correlation in the 1880s while studying heredity. Karl Pearson formalized these concepts, developed the chi-squared test, and founded the journal Biometrika in 1901, establishing statistics as a rigorous academic field. Ronald Fisher transformed statistical practice in the early 20th century. His 1925 book Statistical Methods for Research Workers introduced significance testing, analysis of variance, and the concept of the p-value as a decision threshold, establishing the framework still used in scientific research. Fisher and Jerzy Neyman engaged in a prolonged methodological dispute over the interpretation of hypothesis tests. The Bayesian approach, rooted in the 18th century work of Thomas Bayes and Laplace, was largely eclipsed by frequentist methods through much of the 20th century but experienced a revival after World War II and accelerated with computational advances. The late 20th and early 21st centuries brought statistics into every domain through big data, machine learning, and the routine availability of software capable of processing millions of observations.

Key Features

  • Computes a full descriptive statistics summary from a data set, including mean, median, mode, range, variance, standard deviation, skewness, and interquartile range.
  • Constructs confidence intervals for population proportions and means at any confidence level, displaying the margin of error, standard error, and critical value used.
  • Calculates p-values and test statistics for z-tests, one- and two-sample t-tests, and chi-square goodness-of-fit and independence tests, with automatic two-tailed or one-tailed selection.
  • Performs ordinary least squares linear regression on paired data, returning the slope, intercept, R-squared value, and a residual summary to assess model fit.
  • Evaluates the CDF and PDF for major probability distributions including the normal, binomial, and Poisson distributions, given user-supplied parameters and input values.
  • Determines the required sample size to achieve a specified margin of error and confidence level for both proportion and mean estimation problems.
  • Computes the Pearson and Spearman correlation coefficients between two variables, indicating the strength and direction of their linear or monotonic relationship.
  • Applies Bayes' theorem to calculate posterior probabilities given a prior probability, likelihood, and marginal likelihood, with a clear breakdown of each term in the formula.

Share this calculator

Explore More

Frequently Asked Questions

Descriptive statistics summarize and describe the main features of a dataset. They include measures of central tendency (mean, median, mode), measures of spread (range, variance, standard deviation, IQR), and measures of shape (skewness, kurtosis). Unlike inferential statistics, descriptive statistics do not draw conclusions beyond the data at hand — they simply describe what is in the data.
You may use the results for reference and educational purposes. For professional reports, academic papers, or critical decisions, we recommend verifying outputs against peer-reviewed sources or consulting a qualified expert in the relevant field.
All calculations use established mathematical formulas and are performed with high-precision arithmetic. Results are accurate to the precision shown. For critical decisions in finance, medicine, or engineering, always verify results with a qualified professional.
No. All calculations run entirely in your browser using JavaScript. No data you enter is ever transmitted to any server or stored anywhere. Your inputs remain completely private.
The Formula section on this page shows the equation used. You can reproduce the calculation manually or in a spreadsheet using those steps. Compare your answer against the worked examples in the Examples section, which use known reference values so you can confirm the calculator is behaving as expected.
Enter values as precisely as possible using the correct units for each field. Check that you have selected the right unit (e.g. kilograms vs pounds, meters vs feet) before calculating. Rounding inputs early can reduce output precision.
Educational Note: This calculator is provided for educational and informational purposes. Results are based on the formulas and inputs provided. Always verify important calculations independently. NovaCalculator processes calculator inputs client-side; optional analytics follow visitor consent settings.Reviewed by: NovaCalculator Mathematics TeamVerified against standard mathematical and scientific references. Last reviewed: December 2025. © 2024–2026 NovaCalculator.

Share this calculator

Formula

Mean = Sum / n | Variance = Sum((xi - mean)^2) / (n-1) | Std Dev = sqrt(Variance)

The mean is the sum of all values divided by the count. Sample variance uses n-1 (Bessel's correction) for an unbiased estimate. Standard deviation is the square root of variance. Quartiles divide the sorted data into four equal parts.

Worked Examples

Example 1: Test Scores Analysis

Problem: A class of 10 students scored: 72, 85, 90, 68, 95, 78, 82, 88, 91, 76. Calculate descriptive statistics.

Solution: Sorted: 68, 72, 76, 78, 82, 85, 88, 90, 91, 95\nMean: 82.5 | Median: 83.5\nStd Dev: 8.79 | Variance: 77.17\nQ1: 76 | Q3: 90 | IQR: 14\nRange: 27 (68 to 95)

Result: Mean: 82.5 | Median: 83.5 | Std Dev: 8.79 | IQR: 14

Example 2: Salary Distribution

Problem: Salaries (in thousands): 45, 50, 55, 55, 60, 65, 70, 75, 80, 120. Note the outlier at 120.

Solution: Mean: 67.5 | Median: 62.5\nThe mean is pulled up by the outlier (120).\nMedian is more representative of the typical salary.\nSkewness is positive, confirming right-skewed distribution.

Result: Mean: 67.5 | Median: 62.5 | Positive skew due to outlier

Frequently Asked Questions

What are descriptive statistics?

Descriptive statistics summarize and describe the main features of a dataset. They include measures of central tendency (mean, median, mode), measures of spread (range, variance, standard deviation, IQR), and measures of shape (skewness, kurtosis). Unlike inferential statistics, descriptive statistics do not draw conclusions beyond the data at hand — they simply describe what is in the data.

Why might my result differ from another tool or reference?

Differences typically arise from rounding conventions, the specific version of a formula (for example, simple vs compound interest), or unit inconsistencies between inputs. Check that both tools are using the same formula variant and the same units. The References section links to the authoritative source behind the formula used here.

How do I verify Descriptive Statistics Calculator's result independently?

The Formula section on this page shows the equation used. You can reproduce the calculation manually or in a spreadsheet using those steps. Compare your answer against the worked examples in the Examples section, which use known reference values so you can confirm the calculator is behaving as expected.

Can I use Descriptive Statistics Calculator on a mobile device?

Yes. All calculators on NovaCalculator are fully responsive and work on smartphones, tablets, and desktops. The layout adapts automatically to your screen size.

How do I get the most accurate result?

Enter values as precisely as possible using the correct units for each field. Check that you have selected the right unit (e.g. kilograms vs pounds, meters vs feet) before calculating. Rounding inputs early can reduce output precision.

What inputs do I need to use Descriptive Statistics Calculator accurately?

Each field is labelled with the required unit (metric or imperial). Gather your source values before starting — for example, a weight measurement in kilograms, a distance in metres, or a dollar amount — and enter them exactly as measured. The formula section on this page lists every variable and explains what each represents.

References

Reviewed by Daniel Agrici, Founder & Lead Developer · Editorial policy