🧮 Wiskunde · calculator

Gemiddelde, Mediaan en Modus Calculator

Bereken gemiddelde, mediaan, modus, bereik en standaarddeviatie van elk getallenstelsel.

Gemiddelde, Mediaan en Modus Calculator

Wat is de Gemiddelde, Mediaan en Modus Calculator?

An average calculator computes the four fundamental descriptive statistics for any set of numbers: the mean (the sum of all values divided by the count), the median (the middle value in the sorted dataset), the mode (the most frequently occurring value), and the range (the difference between the maximum and minimum values). Together, these four statistics describe both the center and spread of any dataset — the foundation of quantitative analysis in science, business, education, and everyday decision-making.

The arithmetic mean is the most widely used summary statistic in human history — from ancient grain distributions to modern machine learning. But it is also the most frequently misapplied. Income inequality, housing market trends, sports performance analysis, and medical study results all suffer from misreported or misunderstood averages. A single outlier can move the mean dramatically while the median stays stable. Understanding which average to use — and what each one actually tells you — is the difference between insight and misleading oversimplification.

This calculator handles datasets of any size, computes all four statistics simultaneously, and presents the results with clarity. Whether you are analyzing student test scores, averaging monthly sales figures, finding the central tendency of measurement data, or understanding what 'typical' means for any numerical dataset, these four statistics together provide a complete picture that no single number can capture alone.

Gemiddelde, Mediaan en Modus Calculator Formule

Mean (Arithmetic Average): Mean = (x₁ + x₂ + ... + xₙ) / n = Σxᵢ / n Median: Sort the dataset in ascending order. If n is odd: median = value at position (n+1)/2 If n is even: median = average of values at positions n/2 and n/2 + 1 Mode: The value (or values) that appear most frequently. If all values appear equally often: no mode (or every value is a mode). Range: Range = Maximum value − Minimum value Sum: Sum = x₁ + x₂ + ... + xₙ Population Standard Deviation (for reference): σ = √[ Σ(xᵢ − μ)² / n ] Sample Standard Deviation (for reference): s = √[ Σ(xᵢ − x̄)² / (n−1) ]

Gemiddelde, Mediaan en Modus Calculator Voorbeeld

Example 1 — Student test scores: Scores: 72, 85, 91, 68, 95, 72, 88, 60 n = 8. Sum = 631. Mean = 631 / 8 = 78.9 Sorted: 60, 68, 72, 72, 85, 88, 91, 95 Median = (72 + 85) / 2 = 78.5 (average of 4th and 5th values) Mode = 72 (appears twice, all others once) Range = 95 − 60 = 35

Example 2 — Monthly sales ($thousands): 42, 38, 55, 61, 47, 38, 210, 44 Mean = 535 / 8 = 66.9 (inflated by the outlier month of 210) Median = (44 + 47) / 2 = 45.5 (robust, ignores the outlier) Mode = 38 (appears twice) Range = 210 − 38 = 172 Conclusion: median (45.5) better represents 'typical' monthly sales than mean (66.9).

Example 3 — Temperature readings (°C): 21, 22, 21, 23, 21, 22, 24, 22 Mean = 176 / 8 = 22.0 Median = (22 + 22) / 2 = 22.0 Mode = 21 and 22 (bimodal — each appears 3 times) Range = 24 − 21 = 3

Example 4 — Household incomes in a neighborhood ($): 45000, 52000, 48000, 61000, 55000, 1200000 Mean = 1,461,000 / 6 = 243,500 (badly distorted by the millionaire) Median = (52,000 + 55,000) / 2 = 53,500 (accurate representation) Range = 1,200,000 − 45,000 = 1,155,000

Hoe de Gemiddelde, Mediaan en Modus Calculator te gebruiken

  1. 1Enter your numbers in the input field, separated by commas or spaces. The calculator accepts any quantity of numbers — from 2 to hundreds of values. Decimal numbers are supported (e.g., 3.14, 2.718). Negative numbers are supported. Duplicate values are counted individually and contribute to mode calculation.
  2. 2Click Calculate. The calculator processes the dataset in a single pass: it computes the sum and count simultaneously (for mean), sorts the values (for median), builds a frequency map (for mode), and tracks min/max (for range). All four statistics are computed from the same dataset in the same operation.
  3. 3Review all four results: Mean tells you the arithmetic center (sensitive to outliers). Median tells you the midpoint value (robust to outliers). Mode tells you the most common value (useful for identifying typical categories). Range tells you how spread out the data is. For most real-world datasets, compare mean and median — if they differ significantly, the data is skewed and the median is the more representative central value.

Waarom Gemiddelde, Mediaan en Modus Calculator belangrijk is

Descriptive statistics — mean, median, mode, and range — are the foundation of data literacy in the modern world. Every field that involves numbers uses these statistics: medicine (average clinical trial outcomes), finance (average portfolio returns), education (average test scores), sports (batting averages, player efficiency ratings), manufacturing (average defect rates), and public policy (median income, average unemployment). The ability to compute and correctly interpret these numbers is not optional for informed decision-making — it is essential.

The most consequential real-world application of the mean-vs-median distinction is income and wealth reporting. When economists report that 'average household income rose by 5%,' that statement can be true while median household income fell — if the gains accrued entirely to the top percentile. This is not a hypothetical: U.S. income data consistently shows mean income significantly above median income, with the gap widening over the past 40 years. Voters, policymakers, and journalists who cannot distinguish these measures are systematically misled about economic reality.

In scientific research, the choice between mean and median affects study conclusions. Clinical trials often report both because physiological measurements frequently have non-normal distributions. Drug efficacy studies that report only the mean can obscure the fact that a small subset of patients responded dramatically while the majority showed no effect — a bimodal distribution where the mean falls between the two peaks, representing almost no one in the study. Understanding when to use each measure — and recognizing when a single summary statistic is insufficient to characterize a dataset — is the core of statistical literacy.

Beperkingen & Nauwkeurigheid

This calculator computes the four basic descriptive statistics: mean, median, mode, and range. It does not compute more advanced statistics such as standard deviation, variance, interquartile range (IQR), skewness, kurtosis, or percentiles. For datasets requiring these measures — scientific research, quality control analysis, financial risk modeling — a full statistical software package (R, Python with NumPy/SciPy, or a spreadsheet) provides the complete toolkit.

The mean computed here is the arithmetic mean — the most common type. Other types of means exist for specific applications: the geometric mean (used for compounding rates, like average investment returns over multiple years), the harmonic mean (used for averaging rates, like average speed over a journey), and the weighted mean (used when values have different importance). If your application requires one of these alternative means, the arithmetic mean from this calculator will produce incorrect results.

For very large or very small datasets, the presentation of mode may be simplified. In continuous numerical data (measurements with many decimal places), every value is likely unique — the mode is technically undefined or uninformative. Mode is most useful for discrete data where repetition is meaningful (test scores, survey ratings, count data). For continuous measurements, consider rounding values to a meaningful precision before computing mode, or use the median as the primary central tendency measure.

Praktische Tips

  • Always compute both mean and median for any dataset before drawing conclusions. If they are close, the data is approximately symmetric and either measure works. If they diverge significantly, the data is skewed: mean > median means right skew (high outliers pulling the mean up); mean < median means left skew. Skewed data almost always calls for median as the reported central value.
  • For evaluating class performance, team productivity, or any performance metric, report the range alongside the mean. A mean of 80% with a range of 20 (70–90%) tells a very different story than a mean of 80% with a range of 60 (50–110%). The range reveals whether the group is homogeneous or highly variable — which determines whether 'average performance' is a useful description at all.
  • When averaging rates, averages, or percentages, be careful: the arithmetic mean of percentages is only correct when the base quantities are equal. If Store A had 10% growth on $1M revenue and Store B had 10% growth on $100K revenue, their average growth rate is 10% — but the arithmetic mean of their growth percentages (10%+10%)/2 = 10% happens to work here. If the bases differ (e.g., 10% on $1M vs 20% on $100K), the correct aggregate growth is a weighted average, not a simple mean.
  • For datasets with a clear outlier you suspect is a data error (not a legitimate extreme value), compute the mean both with and without the outlier. If the difference is dramatic, investigate the outlier before reporting the mean. Reporting the mean of corrupted data confidently is worse than acknowledging uncertainty. In research, the practice of reporting both the full dataset statistics and the 'trimmed mean' (excluding top and bottom 5% of values) is standard for this reason.

Veelgestelde Vragen

Wat is het verschil tussen gemiddelde, mediaan en modus?
Het gemiddelde is de som van alle waarden gedeeld door hun aantal. De mediaan is de middelste waarde wanneer de gegevens zijn gesorteerd. De modus is de waarde die het meest voorkomt. Bij symmetrische gegevens komen deze drie overeen; bij scheve gegevens wijken ze af.
Wanneer gebruik ik de mediaan in plaats van het gemiddelde?
Gebruik de mediaan wanneer gegevens uitschieters bevatten die het gemiddelde kunnen vertekenen. Inkomens zijn het klassieke voorbeeld: een miljardair in een groep werknemers verhoogt het gemiddelde maar verandert de mediaan niet. Gebruik het gemiddelde wanneer gegevens symmetrisch zijn verdeeld zonder uitschieters.
Hoe bereken ik de standaarddeviatie?
Stappen: 1) Bereken het gemiddelde. 2) Trek het gemiddelde af van elke waarde en kwadrateer het resultaat. 3) Bereken het gemiddelde van de kwadraten (variantie). 4) Neem de vierkantswortel van de variantie. Een lage standaarddeviatie geeft aan dat waarden dicht bij het gemiddelde liggen.
Wat betekent 'bereik' in statistiek?
Het bereik is het verschil tussen de maximale en minimale waarde: Bereik = Max − Min. Het is de eenvoudigste maat voor spreiding. Voorbeeld: voor het gegevensset {2, 5, 8, 11, 14} is het bereik = 14 − 2 = 12.
Hoe werkt de modus voor meerdere waarden?
Een gegevensset kan één modus (unimodaal), twee modi (bimodaal) of meerdere modi (multimodaal) hebben. Voorbeeld: {1, 2, 2, 3, 3, 4} heeft twee modi: 2 en 3. Als geen waarde zich herhaalt, heeft de set geen modus.
Wat is een gewogen gemiddelde en wanneer gebruik ik het?
Een gewogen gemiddelde kent aan elke waarde een ander gewicht toe. Formule: Σ(waarde × gewicht) / Σgewicht. Voorbeeld: een cursus met cijfer 80 (gewicht 3) en cijfer 90 (gewicht 1) heeft gewogen gemiddelde = (80×3 + 90×1) / 4 = 82,5.
Wat is het verschil tussen populatie- en steekproefstandaarddeviatie?
De populatiestandaarddeviatie deelt door N. De steekproefstandaarddeviatie deelt door N−1 (Bessel-correctie) voor een onvertekende schatting. Gebruik N−1 bij het analyseren van een steekproef uit een grotere populatie.
Hoe interpreteer ik gemiddelde en standaarddeviatie samen?
De 68-95-99,7-regel: 68% van de gegevens valt binnen 1 standaarddeviatie van het gemiddelde, 95% binnen 2, 99,7% binnen 3. Voorbeeld: cijfers met gemiddelde 75 en standaarddeviatie 10 — 68% van de studenten heeft cijfers tussen 65 en 85.

Ga Verder

Vertrouwde Bronnen & Methodologie

NIST (National Institute of Standards)Mathematical standards and measurement science
Khan AcademyMathematical education and formula verification

API-toegang

Binnenkort
https://api.solviqlab.com/v1/average-calculator

REST API voor ontwikkelaars. Integreer deze tool in uw app.