Skip to content

Commit d8035d5

Browse files
committed
Deploying to gh-pages from @ 072e3aa 🚀
1 parent ba6acb4 commit d8035d5

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

articles/Using-EpiStrainDynamics.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/algorithmic-scaling.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/algorithmic-scaling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ knitr::kable(scaling_results, digits = 3,
290290

291291
| method | pathogen_structure | scaling_exponent | r_squared |
292292
|:------------|:-------------------|-----------------:|----------:|
293-
| p_spline | multiple | 1.008 | 0.996 |
294-
| p_spline | single | 0.838 | 0.990 |
295-
| random_walk | multiple | 0.967 | 0.999 |
296-
| random_walk | single | 0.889 | 0.979 |
293+
| p_spline | multiple | 1.011 | 0.996 |
294+
| p_spline | single | 0.835 | 0.988 |
295+
| random_walk | multiple | 0.964 | 0.999 |
296+
| random_walk | single | 0.880 | 0.981 |
297297

298298
Scaling exponents: time complexity approximately O(n^exponent)
299299

3.25 KB
Loading

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ articles:
55
articles/algorithmic-scaling: algorithmic-scaling.html
66
articles/parameter-recovery: parameter-recovery.html
77
Using-EpiStrainDynamics: Using-EpiStrainDynamics.html
8-
last_built: 2026-03-17T21:14Z
8+
last_built: 2026-03-18T05:41Z
99
urls:
1010
reference: https://acefa-hubs.github.io/EpiStrainDynamics/reference
1111
article: https://acefa-hubs.github.io/EpiStrainDynamics/articles

reference/fit_model.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/fit_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ fit_model(
139139

140140
Numeric value between 0 and 1 indicating target average acceptance
141141
probability used in
142-
[`rstan::sampling`](https://mc-stan.org/rstan/reference/stanmodel-method-sampling.html).
142+
[`rstan::sampling`](https://rdrr.io/pkg/rstan/man/stanmodel-method-sampling.html).
143143
Default value is 0.9.
144144

145145
- multi_cores:
@@ -169,7 +169,7 @@ fit_model(
169169
- ...:
170170

171171
additional arguments to
172-
[`rstan::sampling()`](https://mc-stan.org/rstan/reference/stanmodel-method-sampling.html),
172+
[`rstan::sampling()`](https://rdrr.io/pkg/rstan/man/stanmodel-method-sampling.html),
173173
such as `init`
174174

175175
## Value

0 commit comments

Comments
 (0)