We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4d494 commit de23a40Copy full SHA for de23a40
1 file changed
src/chapters/6/sections/means_medians_modes_moments/problems/12.tex
@@ -30,8 +30,8 @@
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}\]
34
-\\ \\
+Hence the bias of \(T_1\) is \[\frac{\sigma^2}{n} + c^2 - c^2 = \frac{\sigma^2}{n}\] \\
+
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,
37
\begin{flalign*}
0 commit comments