Workspace IndexDev Notes › OLS regression — the line that assumes it caused something

#171PoC

OLS regression — the line that assumes it caused something

Least-squares regression is the workhorse everyone reaches for first; the danger is that a fitted coefficient reads like a cause when it is only a correlation under stated assumptions.

Not yet scoped.

Why

The point is not the fit but the assumptions behind it — linearity, independent errors, no omitted variable — and the PoC would show the same dataset giving opposite conclusions when one assumption is quietly violated.

How it works

Not yet built.

← All Dev Notes · Workspace Index · Top ↑

OLS 회귀 — 무언가를 야기했다고 가정하는 직선

최소제곱 회귀는 누구나 가장 먼저 손대는 주력 도구이고, 위험은 적합된 계수가 사실은 명시된 가정 아래의 상관일 뿐인데 원인처럼 읽힌다는 점입니다.

아직 범위 미정.

핵심은 적합이 아니라 그 뒤의 가정 — 선형성, 독립 오차, 누락 변수 없음 — 이고, 이 PoC는 가정 하나가 조용히 깨질 때 같은 데이터가 정반대 결론을 주는 것을 보여줄 것입니다.

동작 방식

아직 만들지 않음.

← 전체 개발 노트 · 워크스페이스 인덱스 · 맨 위 ↑