Skip to content

Commit

Permalink
Automatic readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 15, 2024
1 parent 99ac279 commit 9e3627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ sim_chains <- simulate_chains(
n_chains = 20,
statistic = "size",
offspring_dist = rpois,
stat_max = 25,
stat_threshold = 25,
generation_time = function(n) {rep(3, n)}, # constant generation time of 3
lambda = 1 # mean of the Poisson distribution
)
Expand Down

0 comments on commit 9e3627e

Please sign in to comment.