The most common JEE statistics problem: given mean and variance of n observations, one value was recorded incorrectly. Find the corrected statistics. Method: (1) From mean, find incorrect sum: sum = n * mean. (2) From variance, find incorrect sum of squares: sum() = n*(variance + ). (3) Correct the sum: new sum = old sum - wrong + correct. (4) Correct sum of squares: new sum() = old sum() - + . (5) If the observation is removed (not corrected), use n-1 in the denominator. (6) Compute corrected mean and variance from new sums. This procedure works for any number of corrections — just adjust sums for each changed value. Always recover the raw sums first; never try to directly adjust the mean or variance.
Part of ALG-08 — Statistics: Mean, Variance & Standard Deviation
Corrected Statistics
Want to generate AI summaries of your own documents? NoteTube turns PDFs, videos, and articles into study-ready summaries.
Sign up free to create your own