Skip to content

Commit c5d926a

Browse files
committed
Mixture plot added
1 parent 8f4149d commit c5d926a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

day2-4-mixtures.Rmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ If we plot the time to first detection data, we can see how expected distributio
4848

4949
```{r}
5050
v <- get_events(b2)
51+
plot(v)
52+
```
53+
54+
55+
56+
```{r}
5157
v1 <- v[!duplicated(v$i),]
5258
(phi_hat <- fitdistr(v1$t, "exponential")$estimate)
5359

docs/day2-4-mixtures.html

Lines changed: 5 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)