Weights explain the estimate
At each query, Gaussian distance weights are normalized to sum to one. The estimate is their weighted average.
Fit without choosing a fixed equation. Then make the flexibility answer to leave-one-out error, point weights, and visible residuals.
wᵢ(x)=exp[-0.5((x-xᵢ)/h)²]
ŷ(x)=Σwᵢyᵢ / Σwᵢ
CV(h)=mean[(yᵢ-ŷ₋ᵢ(xᵢ))²]
At each query, Gaussian distance weights are normalized to sum to one. The estimate is their weighted average.
Each observed y is predicted without using itself. Mean squared error compares candidate bandwidths on equal terms.
The red curve estimates association in this sample. It does not provide confidence intervals, extrapolation guarantees, or causal effects.