File tree 3 files changed +4
-4
lines changed
06_StatisticalInference/homework
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ What is the variance expressed to 1 decimal place?
179
179
4 . 17.0
180
180
181
181
** * .hint
182
- The variance is $E[ X^2] - E[ X^2 ] $
182
+ The variance is $E[ X^2] - E[ X] ^2 $
183
183
184
184
** * .explanation
185
185
``` {r}
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ <h2>About these slides</h2>
333
333
< button class ="quiz-clear btn btn-danger "> Clear</ button >
334
334
335
335
< div class ="quiz-hint ">
336
- < p > The variance is \(E[X^2] - E[X^2] \)</ p >
336
+ < p > The variance is \(E[X^2] - E[X]^2 \)</ p >
337
337
338
338
</ div >
339
339
< div class ="quiz-explanation ">
@@ -447,4 +447,4 @@ <h2>About these slides</h2>
447
447
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
448
448
<!-- DONE LOADING HIGHLIGHTER JS FILES -->
449
449
450
- </ html >
450
+ </ html >
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ What is the variance expressed to 1 decimal place?
185
185
4 . 17.0
186
186
187
187
** * .hint
188
- The variance is $E[ X^2] - E[ X^2 ] $
188
+ The variance is $E[ X^2] - E[ X] ^2 $
189
189
190
190
** * .explanation
191
191
You can’t perform that action at this time.
0 commit comments