Skip to content

Commit b6991de

Browse files
author
unknown
committed
Regression Models notation correction
1 parent e7bd74a commit b6991de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7_REGMODS/Regression_Models_Course_Notes_HTML.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ <h2>Dalton’s Data and Least Squares</h2>
348348
<div id="derivation-for-least-squares-empirical-mean-finding-the-minimum" class="section level3">
349349
<h3>Derivation for Least Squares = Empirical Mean (Finding the Minimum)</h3>
350350
<ul>
351-
<li>Let $X_i = <strong>regressor</strong>/<strong>predictor</strong>, and <span class="math">\(Y_i =\)</span> <strong>outcome</strong>/<strong>result</strong> so we want to minimize the the squares: <span class="math">\[\sum_{i=1}^n (Y_i - \mu)^2\]</span></li>
351+
<li>Let <span class="math">\(X_i =\)</span> = <strong>regressor</strong>/<strong>predictor</strong>, and <span class="math">\(Y_i =\)</span> <strong>outcome</strong>/<strong>result</strong> so we want to minimize the the squares: <span class="math">\[\sum_{i=1}^n (Y_i - \mu)^2\]</span></li>
352352
<li>Proof is as follows <span class="math">\[
353353
\begin{aligned}
354354
\sum_{i=1}^n (Y_i - \mu)^2 &amp; = \sum_{i=1}^n (Y_i - \bar Y + \bar Y - \mu)^2 \Leftarrow \mbox{added} \pm \bar Y \mbox{which is adding 0 to the original equation}\\

0 commit comments

Comments
 (0)