Skip to content

Commit

Permalink
Fix hist(Z) for gaussian RV
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaakshat committed Oct 22, 2021
1 parent bd54518 commit ced2ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch04.r
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ X1 = runif(N, 1, 6)
X2 = runif(N, 1, 6)
X3 = runif(N, 1, 6)
Z = X1 + X2 + X3
hist(Z, breaks=seq(2.5,17.5))
hist(Z, breaks=seq(2.5,18.5))

0 comments on commit ced2ac5

Please sign in to comment.