Skip to content

Commit

Permalink
files needed for rsos
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandaisy committed Aug 24, 2023
1 parent 38fe569 commit 352c532
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 302 deletions.
20 changes: 0 additions & 20 deletions results/approx-pi-curve-ts.csv

This file was deleted.

20 changes: 0 additions & 20 deletions results/ml-bench-res.csv

This file was deleted.

4 changes: 0 additions & 4 deletions results/pi-approx-T15.csv

This file was deleted.

4 changes: 0 additions & 4 deletions results/pi-approx-T30.csv

This file was deleted.

7 changes: 0 additions & 7 deletions results/pi-approx-ts.csv

This file was deleted.

246 changes: 0 additions & 246 deletions results/pi-over-true-n-fixed.csv

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/fig1-insets.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ posterior_samples <- function(dat, t) {
`rep-number`=rep_number(α, β),
`outbreak-size`=outbreak_size(α, β, `S₀`),
`peak-intensity`=peak_intensity(α, β, `S₀`),
`peak-timing`=read_csv(paste0("data/tpeak-post", t, ".csv"))$V,
`peak-timing`=read_csv(paste0("results/tpeak-post", t, ".csv"))$V,
`growth-rate`=growth_rate(α, β, `S₀`),
) |>
pivot_longer(everything(), "var") |>
Expand Down

0 comments on commit 352c532

Please sign in to comment.