This commit is contained in:
2024-10-09 14:46:22 +02:00
parent fc0b87a405
commit aeb5314b8b
3 changed files with 5 additions and 9 deletions

View File

@@ -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")
```