Independence Condition vs Randomness Condition

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Independence condition

Sampling distributions

The independence condition requires that one observation gives no information about another, argued from random selection plus the 10% condition.

Independence means one observation carries no information about another, and it is a claim about the design rather than something you can read off the data. Sampling with replacement makes it exact. Sampling without replacement makes it false, because removing one person changes the odds for the next, so the course substitutes the 10% condition, n0.10Nn \le 0.10N, as an argument that the dependence is small enough to ignore. In a randomized experiment, random assignment supplies it instead.

The reason it is load bearing is one algebraic step. Variances of independent quantities add, so the sum X1++XnX_1 + \cdots + X_n has variance nσ2n\sigma^2, and dividing that sum by nn divides its variance by n2n^2, leaving nσ2n2=σ2n\frac{n\sigma^2}{n^2} = \frac{\sigma^2}{n} as the variance of xˉ\bar{x} (x-bar, the sample mean). Take the square root and you have σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} (sigma over the square root of n). With σ=20\sigma = 20 and n=100n = 100, that is 20/10=220/10 = 2. The identical argument on a sum of independent successes produces p(1p)n\sqrt{\frac{p(1-p)}{n}} for a proportion. Take independence away and the variance of the sum picks up covariance terms, the addition step fails, and the 2 is just a wrong number.

The sentence to unlearn is "the sample was random, so the observations are independent." Those are two different claims. A simple random sample drawn without replacement is random and dependent at the same time. Randomness is what centers the statistic on the parameter; the 10% condition is what makes the spread formula usable. Mislabeling one as the other is the error the course specifically flags.

Two boundaries. When data come from a randomized experiment the course treats the 10% check as unnecessary in the two-sample and chi-square procedures, because assignment rather than selection is doing the work. And every two-sample procedure needs a second independence claim stacked on this one, that the two groups are independent of each other, which is exactly what a matched pairs design gives up on purpose so that it can pair the observations instead.

Full entry for independence condition

Randomness condition

Sampling distributions

The randomness condition requires data from a random sample or a randomized experiment, which is what makes inference beyond the data valid.

Every inference procedure assumes the data arrived by a chance process, and the AP course calls this the randomization condition. It comes in two versions doing two different jobs. Inference about a population needs a random sample, which is what makes the sampling distribution the right model for your statistic. Inference about a treatment effect needs random assignment of treatments to experimental units. You verify the condition by quoting the design in context, not by computing anything: "the 40 households were chosen by simple random sample from the town directory" satisfies it, and "the first 40 households on my street" does not.

What failure costs is worth seeing in numbers. Suppose 55 percent of a town supports a measure, but the one block you can reach runs 80 percent supportive. A convenience sample from that block centers p^\hat{p} (p-hat, the sample proportion) on 0.80 whatever nn is. At n=40n = 40 its standard deviation is 0.8(0.2)/40=0.063\sqrt{0.8(0.2)/40} = 0.063; at n=400n = 400 it is 0.02. The estimate gets about three times more precise around a value that is 0.25 away from the truth. More data buys a narrower interval around the wrong number.

The misreading is "I did not pick who was in the sample, so it was random." Haphazard is not random. Random means a chance device with known selection probabilities: a random number generator, a table of random digits, names drawn from a hat. Whoever happened to walk past is a convenience sample, and so is whoever chose to reply.

The two versions do not substitute for each other. Random selection buys generalization to the population and nothing about cause. Random assignment buys the causal claim and nothing about generalization, so a randomized experiment on volunteers supports cause and effect within those volunteers only. When the condition fails, say which version failed and stop there. The calculator will still return an interval, and that interval will not describe the population you wanted.

Full entry for randomness condition

Where each one fits in the course