From df46366643289f721ed4c4dc0348f6c720b4fdfc Mon Sep 17 00:00:00 2001 From: gvegayon Date: Tue, 19 Nov 2024 22:18:44 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20UofUEpiB?= =?UTF-8?q?io/epiworldR@21d89c70d0c8573753ddd011b4b5d84f4d73e7dc=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/getting-started.html | 4 ++-- articles/likelihood-free-mcmc.html | 4 ++-- articles/mixing.html | 4 ++-- pkgdown.yml | 2 +- reference/LFMCMC.html | 12 ++++++++++++ reference/ModelSEIRMixing.html | 4 ++-- reference/ModelSIRMixing.html | 2 +- reference/entities.html | 2 +- reference/epiworld-methods.html | 2 +- reference/index.html | 2 +- search.json | 2 +- 11 files changed, 26 insertions(+), 14 deletions(-) diff --git a/articles/getting-started.html b/articles/getting-started.html index 6a46f0c..0e2c206 100644 --- a/articles/getting-started.html +++ b/articles/getting-started.html @@ -176,8 +176,8 @@

Setup and running the model#> Number of entities : 0 #> Days (duration) : 50 (of 50) #> Number of viruses : 1 -#> Last run elapsed t : 101.00ms -#> Last run speed : 24.67 million agents x day / second +#> Last run elapsed t : 96.00ms +#> Last run speed : 25.82 million agents x day / second #> Rewiring : off #> #> Global events: diff --git a/articles/likelihood-free-mcmc.html b/articles/likelihood-free-mcmc.html index 374ed92..d508b5e 100644 --- a/articles/likelihood-free-mcmc.html +++ b/articles/likelihood-free-mcmc.html @@ -125,8 +125,8 @@

Setup and Running the Model#> Number of entities : 0 #> Days (duration) : 50 (of 50) #> Number of viruses : 1 -#> Last run elapsed t : 876.00µs -#> Last run speed : 57.08 million agents x day / second +#> Last run elapsed t : 863.00µs +#> Last run speed : 57.94 million agents x day / second #> Rewiring : off #> #> Global events: diff --git a/articles/mixing.html b/articles/mixing.html index cc57fd6..24085d4 100644 --- a/articles/mixing.html +++ b/articles/mixing.html @@ -163,8 +163,8 @@

An SEIR model with mixing#> Number of entities : 3 #> Days (duration) : 100 (of 100) #> Number of viruses : 1 -#> Last run elapsed t : 127.00ms -#> Last run speed : 7.08 million agents x day / second +#> Last run elapsed t : 125.00ms +#> Last run speed : 7.17 million agents x day / second #> Rewiring : off #> #> Global events: diff --git a/pkgdown.yml b/pkgdown.yml index 983fa02..ebde115 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -7,4 +7,4 @@ articles: likelihood-free-mcmc: likelihood-free-mcmc.html mixing: mixing.html run-multiple: run-multiple.html -last_built: 2024-11-19T17:43Z +last_built: 2024-11-19T22:18Z diff --git a/reference/LFMCMC.html b/reference/LFMCMC.html index 24db1e7..d12d3fe 100644 --- a/reference/LFMCMC.html +++ b/reference/LFMCMC.html @@ -69,6 +69,10 @@

Usage set_stats_names(lfmcmc, names) +get_params_mean(lfmcmc) + +get_stats_mean(lfmcmc) + # S3 method for class 'epiworld_lfmcmc' print(x, ...) @@ -134,6 +138,8 @@

Value

The LFMCMC model with kernel function set to gaussian

The lfmcmc model with the parameter names added

The lfmcmc model with the stats names added

+

The param means for the given lfmcmc model

+

The stats means for the given lfmcmc model

The lfmcmc model