Before you can read the parent note, you need to own every squiggle it writes. Below, each symbol gets three things: plain words, a picture, and why the topic needs it. They are ordered so each one leans only on the ones above it.
Picture:xˉ is the horizontal balance-point of the dots (ignore heights); yˉ is the vertical balance-point. The pair (xˉ,yˉ) marks the centre of mass — the spot where the cloud would balance on a pin.
Why: the best-fit line is forced to pass through (xˉ,yˉ). Knowing the centre first makes every later formula simpler, because we measure everything relative to this centre.
Picture: slide your graph so the centre of mass sits at the origin. Now each dot's coordinates are its centred values — a dot in the upper-right has both positive, a dot in the lower-left has both negative.
Why: the sign of these centred values is the engine of the slope (next section). Dots that are right-and-high or left-and-low will pull the line upward.
Picture: for every dot draw a horizontal stick from the centre line to the dot's x-position; Sxx is the total of the squared stick lengths. Dots far out left/right make it large; dots bunched in the middle make it small.
Why: a wide horizontal spread is a long lever — it lets you aim the line's tilt precisely. This exact quantity later sits under the slope's precision.
Picture (crucial): the sign of each product tells a story.
Why: this tally is the numerator of the slope. It is a close cousin of Covariance (which is Sxy/n) and of the Correlation coefficient (which rescales it to lie in [−1,1]).
Picture: stand at x=0; the line is at height β0. Walk one step right; the line climbs by β1.
Picture: the true line is invisible; the hatted line is the one we actually draw through the cloud.
Picture:ei is the length of the vertical segment from the dot down (or up) to the fitted line — the "miss." εi is the same idea but measured against the invisible true line.
Picture: each residual stick from figure s04 gets turned into a square (side = the miss); S is the total area of all those squares. A better-aimed line makes the squares smaller, so S drops.
Why: least squares is defined as "pick β^0,β^1 that make S as small as possible." So S is the target — the very thing every derivation is pushing downhill. The prose "minimise the total squared residuals" and the symbol S mean exactly the same thing.
Picture:S is a bowl-shaped surface over the (β0,β1) plane; the minimum is the lowest point of the bowl, where the ground is flat in every direction.
Setting both partials to zero and solving pins down the estimates in terms of the pieces we already built:
Why this matters now: the parent topic derives these boxed formulas by calculus, but you should recognise every symbol in them before the derivation — and know the one input configuration (Sxx=0) that breaks them.
Picture: a fat vertical band of scatter around the true line means large σ; a thin band means small σ.
Picture: overlay the many lines you'd get from many repeats; they form a fan. A narrow fan = small SE = trustworthy slope; a wide fan = large SE.
Why: dividing the summed squared residuals (S again!) by n−2 (not n) gives an unbiased estimate of σ2.
Why: because we had to estimateσ from the same small sample, the bell curve gets fatter tails — that fattened curve is the t-distribution.
The claim that this fit is the best possible unbiased linear one comes from the Gauss–Markov Theorem; extending from one input x to several is the job of Multiple Regression.
Everything on the left builds the line; everything on the right builds the trust in that line. Together they are exactly the two questions the parent topic answers.