We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de23a40 commit 13b3aa3Copy full SHA for 13b3aa3
1 file changed
src/chapters/6/sections/means_medians_modes_moments/problems/12.tex
@@ -30,7 +30,7 @@
30
&= \frac{1}{n^2} \cdot n\sigma^2 + \frac{1}{n^2} \cdot (nc)^2 \\
31
&= \frac{\sigma^2}{n} + c^2 \\
32
\end{flalign*}
33
-Hence the bias of \(T_1\) is \[\frac{\sigma^2}{n} + c^2 - c^2 = \frac{\sigma^2}{n}\] \\
+Hence the bias of \(T_1\) is \[\frac{\sigma^2}{n} + c^2 - c^2 = \frac{\sigma^2}{n}.\]
34
35
Finding the bias of \(T_2\), we need to find \(\text{E}(T_2) - c^2\). \[ \text{E}(T_2) = \text{E}(\frac{1}{n}\sum_{j=1}^{n}{X}_j^2) \]
36
By linearity of expectation,
0 commit comments