Skip to content

Commit 8eda9f2

Browse files
committed
corrected some pages
Several small corrections were done to several proofs and definitions.
1 parent 3355ac7 commit 8eda9f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

P/mean-mse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ username: "salbalkus"
3131

3232
$$ \label{eq:mean-mse}
3333
\mu = \operatorname*{arg\,min}_{a \in \mathbb{R}} E\left[ (X_i - a)^2 \right] \; .
34+
$$
3435

3536

3637
**Proof:** Using the [linearity of expectation](/P/mean-lin), we can simplify the objective function:
@@ -42,7 +43,7 @@ $$
4243
Setting the first derivative
4344

4445
$$ \label{eq:dmse-da}
45-
\frac{d}{da} \left[ a^2 - 2a\mu + E(X_i^2) ] = 2a - 2\mu
46+
\frac{d}{da} \left[ a^2 - 2a\mu + E(X_i^2) \right] = 2a - 2\mu
4647
$$
4748

4849
to zero to perform a derivative test, we obtain:

0 commit comments

Comments
 (0)