Statistics formulas
All 22 formulas in this topic
Arithmetic MeanArithmetic Mean is the average value found by adding all numbers in a dataset and dividing by how many numbers there are.MedianThe median is the middle value of ordered data, most useful when your data contains outliers that would skew the mean value.ModeMode is the value that appears most frequently in a dataset; use it to identify the most common outcome when comparing preferences or observations.Range of a Data SetRange measures the spread of a data set by finding the difference between the maximum and minimum values, telling you how dispersed your data is.Weighted MeanThe weighted mean adjusts an average by giving different importance to each value, used when some data points matter more than others.Population VariancePopulation variance quantifies how spread data points are around the mean across an entire population, used instead of sample variance when you have all data.Sample VarianceSample variance measures how spread out data points are around the mean, using n-1 instead of n to account for sample uncertainty.Standard DeviationStandard deviation measures how spread out data points are from the average—use it to understand variability in a dataset.Z-ScoreThe Z-Score tells you how many standard deviations a data point is from the mean, revealing whether it is typical or unusual.Interquartile RangeThe interquartile range measures the spread of the middle 50% of your data, telling you how compressed or spread out typical values are.Outlier RuleThe Outlier Rule identifies data values farther than 1.5 times the interquartile range from the quartiles—use it to flag unusual observations.Empirical RuleThe Empirical Rule describes where approximately 68%, 95%, and 99.7% of normally distributed data fall, measured in standard deviations from the mean.Normal DistributionThe normal distribution describes the probability density of a continuous variable, used to model measurements and natural phenomena.Standard Error of the MeanThe standard error of the mean measures how much sample means vary around the true population mean; use it for confidence intervals and hypothesis tests.Confidence Interval for a MeanEstimates the range where a population mean likely falls using sample data when the population standard deviation is unknown.Margin of ErrorMargin of Error measures how far your sample statistic might differ from the true population value, used when estimating populations from sample data.Correlation CoefficientCorrelation coefficient measures the strength and direction of a linear relationship between two quantitative variables, ranging from -1 to 1.Least Squares Regression LineThe line of best fit that minimizes squared prediction errors, used to predict one variable from another in a linear relationship.Coefficient of DeterminationCoefficient of Determination (R²) indicates how much of the variation in your outcome variable is explained by a regression model's predictors.Chi-Square StatisticA measure of how much observed data deviates from expected frequencies, used to test whether categorical distributions match a hypothesis.One-Sample t TestA one-sample t test compares a sample mean to a hypothesized population mean when the population standard deviation is unknown.Five Number SummaryThe Five Number Summary divides a dataset into quartiles to reveal its center, spread, and range—essential for exploratory data analysis and box plots.