Data points are (0, 1), (1, 2) and (2, 4). The least squares slope is (n times sum xy minus sum x times sum y) over (n times sum x squared minus (sum x) squared). What is the slope?
Answer: ______________
Project the vector (3, 4) onto the direction (1, 0). What is the projection?
Why is the least squares solution called the best solution of an inconsistent system?
The projection of (2, 6) onto (1, 1) is (4, 4). Which residual is left, and is it orthogonal to (1, 1)?
Project (2, 6) onto (1, 1). The answer equals k times (1, 1). Type k.
Answer: ______________
You fit a line without squaring the misses. What can go wrong?
Why is the least squares answer the best compromise?
There is no exact solution to A times x equals b. What do the normal equations give you?
A student solves the normal equations and gets a residual that is not perpendicular to one column. What does that mean?
Four points refuse to sit on one straight line. What does least squares hand you?