n, notes for multimodal/no-mode, plus interactive dot plot/histogram with mean & median overlays.
Mean, Median, Mode
Biology • Bio Lab Math and Data Analysis
Frequently Asked Questions
How do I calculate mean, median, and mode from a list of numbers?
Paste your values in Raw list mode and click Calculate. The mean is sum(x_i)/n, the median is the middle value after sorting (or the average of the two middle values if n is even), and the mode is the most frequent value (or values).
How do I use a frequency table to find the mean and median?
Switch to Frequency table mode and enter each value with its frequency. The mean is computed as sum(x_i * f_i) / sum(f_i), and the median is found by locating the middle position(s) using cumulative frequency.
What does it mean if there is no mode or more than one mode?
No mode means every value occurs once, so there is no most frequent value. More than one mode means multiple values tie for the highest frequency (multimodal).
Why can the mean and median be different for the same dataset?
The mean uses all values and is sensitive to extreme values, while the median depends only on the middle position after sorting. Outliers can pull the mean away from the median.
What should I do if my pasted data include blanks or text labels?
Blanks are ignored and non-numeric entries are skipped and reported as warnings. To avoid confusion, copy the cleaned data CSV and review the cleaned list before final reporting.