mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-30 09:28:42 +01:00
Fix
This commit is contained in:
@@ -42,5 +42,5 @@ for (j in (1:n)) {
|
||||
i <- 1
|
||||
}
|
||||
hist(S, freq = FALSE)
|
||||
# curve(dpois(S, lambda = 4), add = TRUE, col = "red")
|
||||
curve(dpois(S, lambda = 4), add = TRUE, col = "red")
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user