mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-30 21:28:40 +01:00
Fix
This commit is contained in:
@@ -12,6 +12,6 @@ BM <- function(n) {
|
||||
n <- 10e4
|
||||
X <- BM(n)
|
||||
|
||||
hist(X, breaks = 100, freq = FALSE)
|
||||
hist(X, breaks = 50, freq = FALSE)
|
||||
curve(dnorm(x), add = TRUE, col = "red")
|
||||
```
|
||||
Reference in New Issue
Block a user