File tree Expand file tree Collapse file tree
06_StatisticalInference/homework Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ What is the variance expressed to 1 decimal place?
1791794 . 17.0
180180
181181** * .hint
182- The variance is $E[ X^2] - E[ X^2 ] $
182+ The variance is $E[ X^2] - E[ X] ^2 $
183183
184184** * .explanation
185185``` {r}
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ <h2>About these slides</h2>
333333 < button class ="quiz-clear btn btn-danger "> Clear</ button >
334334
335335 < 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 >
337337
338338</ div >
339339< div class ="quiz-explanation ">
@@ -447,4 +447,4 @@ <h2>About these slides</h2>
447447 < script > hljs . initHighlightingOnLoad ( ) ; </ script >
448448 <!-- DONE LOADING HIGHLIGHTER JS FILES -->
449449
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?
1851854 . 17.0
186186
187187** * .hint
188- The variance is $E[ X^2] - E[ X^2 ] $
188+ The variance is $E[ X^2] - E[ X] ^2 $
189189
190190** * .explanation
191191
You can’t perform that action at this time.
0 commit comments