Skip to content

Commit

Permalink
Merge pull request bcaffo#33 from whitefishdontjump/patch-1
Browse files Browse the repository at this point in the history
line 217 in Rmd was missing ' /10 ' in homework bcaffo#2 item 11
  • Loading branch information
bcaffo committed Aug 19, 2014
2 parents 49bda01 + 1778e65 commit ff901eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_StatisticalInference/homework/hw2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ since the variance of the sampling distribution of the mean is $\sigma^2/10$
where $\sigma^2$ is the variance of a single die roll, which is

```{r}
mean((1 : 6 - 3.5)^2)
mean((1 : 6 - 3.5)^2 / 10)
```

--- &multitext
Expand Down

0 comments on commit ff901eb

Please sign in to comment.