What is the difference between mean, median, and mode?
The mean is the arithmetic average, calculated as sum divided by count. The median is the middle sorted value, so it is more resistant to outliers. The mode is the most frequent value, which can be none, one value, or several tied values.
Is average the same as mean?
In this calculator, average means arithmetic mean: add the values and divide by the count. Other averages exist, such as weighted, geometric, or harmonic means, but the unweighted average row is the arithmetic mean.
When should I use sample standard deviation instead of population standard deviation?
Use population standard deviation when the dataset contains the entire group being described. Use sample standard deviation when the values are a sample from a larger population. The sample formula divides by n - 1 to reduce the tendency to understate population variability.
What does standard error tell me?
Standard error estimates how much a sample mean would vary from sample to sample. It is calculated as sample standard deviation divided by the square root of n, so it usually gets smaller as sample size increases.
How does the statistics calculator find quartiles and IQR?
The calculator sorts the values, interpolates the first and third quartile positions, then subtracts Q1 from Q3 to find the interquartile range. The IQR describes the spread of the middle half of the dataset.
How are outliers detected?
The calculator uses the 1.5 x IQR rule: values below Q1 - 1.5 x IQR or above Q3 + 1.5 x IQR are flagged. It also reports z-score flags when a value is more than three sample standard deviations from the mean.
What is the difference between coefficient of variation and relative standard deviation?
For this descriptive-statistics workflow, coefficient of variation and relative standard deviation are the same percentage: sample standard deviation divided by the absolute mean, multiplied by 100. The calculator reports N/A when the mean is zero.
What do skewness and excess kurtosis tell me?
Skewness estimates whether the dataset is pulled left or right. Positive skewness usually means higher values stretch the right side, while negative skewness means lower values stretch the left side. Excess kurtosis is a compact tail-heaviness check relative to a normal curve, but it needs enough non-identical data to be useful.
Why does the calculator include a frequency table?
The frequency table counts each distinct value and shows its relative frequency. That makes the mode auditable, helps reveal repeated values, and gives a quick grouped-data view before you decide whether the mean, median, or mode is the best summary.
When should I use the weighted average calculator panel?
Use the weighted average panel when each value has a different weight, such as grades with different credit values or prices with different quantities. If every value should count equally, use the main dataset input instead.
Can I paste numbers from a spreadsheet?
Yes. The calculator accepts comma-separated, space-separated, semicolon-separated, tab-separated, and line-break-separated numeric values. Invalid tokens are not ignored; the warning state asks you to fix them so the result is auditable.
Why did the individual mean, median, mode, variance, and outlier pages move here?
Those pages covered overlapping descriptive-statistics tasks. Their long-tail keywords now live in anchored calculator sections, result labels, article headings, FAQs, and redirects on this canonical statistics calculator so users get a fuller answer without thin duplicate pages competing with each other.