Local regression: Difference between revisions

Content deleted Content added
Zaqrfv (talk | contribs)
m History: more grammar+repetition
Zaqrfv (talk | contribs)
m History: fix inconsistent notation
Line 20:
:<math>
\begin{align}
\sum_{j=-h}^h ( a + b j + c j^2 + d j^3) W_xW_j &= \sum_{j=-h}^h W_j Y_j \\
\sum_{j=-h}^h ( aj + b j^2 + c j^3 + d j^4) W_xW_j &= \sum_{j=-h}^h j W_j Y_j \\
\sum_{j=-h}^h ( aj^2 + b j^3 + c j^4 + d j^5) W_xW_j &= \sum_{j=-h}^h j^2 W_j Y_j \\
\sum_{j=-h}^h ( aj^3 + b j^4 + c j^5 + d j^6) W_xW_j &= \sum_{j=-h}^h j^3 W_j Y_j
\end{align}
</math>