residual concept
| Definition | What is left of a vector after its projection is subtracted, orthogonal to the direction projected onto. In a regression, the vertical distance from a point to the fitted line. Primer L, equation L.9. |
|---|---|
| Example | Projecting (2, 3) onto (0.6, 0.8) leaves the residual (-0.16, 0.12), whose dot product with the direction is zero. |
| Book | Data Mining as Observation, draft 0.2, commit f3914f0; entry id residual, kind concept. |
| Status | no ledger row names this entry. Corrections: none recorded. |
| Defining equation | Book equation L.9. |
| Assumptions and scope | none |
| Prior art | none recorded |
| Evidence | none |
| Reviewed | semantic review 2026-09-09; generated 2026-09-10 from records at the commits on the provenance page. |
Equation
Book equation L.9.
\[\operatorname{proj}_u(x)=(u\cdot x)\,u=\big(uu^{\top}\big)x,\qquad \big(x-\operatorname{proj}_u(x)\big)\cdot u=0.\]
Conditions
none
Ledger
none
First stated
Primer L section L.5 of Data Mining as Observation, added in draft 0.3 (2026-09-09) for the ECE 514 readers whose first courses are far behind. The idea is standard and TSK Appendix A covers it at length.
Measurements
none
Failures and corrections
none
Invariance envelope
none declared
Machine checked
none
Used in
Data Mining as Observation primer L, chapters 8, 12, 14.
Related
projection; orthogonal; least-squares line.
See also
none
Status
Generated 2026-09-10 by encyclopedia/generate.py; book
at observation-data-mining f3914f0; the commit of every record is listed
in the encyclopedia’s provenance.