From df46366643289f721ed4c4dc0348f6c720b4fdfc Mon Sep 17 00:00:00 2001
From: gvegayon 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