Skip to content

Commit c076601

Browse files
committed
Merge pull request DataScienceSpecialization#31 from Entodi/master
Fixed expression to Variance.
2 parents 3398a7e + 4b365bc commit c076601

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

06_StatisticalInference/homework/hw1.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ What is the variance expressed to 1 decimal place?
179179
4. 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}

06_StatisticalInference/homework/hw1.html

+2-2
Original file line numberDiff line numberDiff 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>

06_StatisticalInference/homework/hw1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ What is the variance expressed to 1 decimal place?
185185
4. 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

0 commit comments

Comments
 (0)