-
Notifications
You must be signed in to change notification settings - Fork 32
/
_pkgdown.yml
162 lines (157 loc) · 4.66 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
url: https://epiforecasts.io/EpiNow2/
template:
bootstrap: 5
opengraph:
image:
src: man/figures/unnamed-chunk-14-1.png
alt: "Example estimates produced by EpiNow2 of the reproduction number, cases by date of infection and cases by date of report"
twitter:
creator: "@seabbs"
site: "@epiforecasts"
card: summary_large_image
params:
bootswatch: lumen
docsearch:
api_key: 43da981922253a06c4dfab7b53f2410e
index_name: epinow2
development:
mode: auto
authors:
Sam Abbott:
href: "https://www.samabbott.co.uk/"
Sebastian Funk:
href: "https://www.lshtm.ac.uk/aboutus/people/funk.sebastian"
navbar:
structure:
left: [intro,reference, modeldefs, usage, casestudies, news]
right: [search, github]
components:
modeldefs:
text: Model definitions
menu:
- text: estimate_infections()
href: articles/estimate_infections.html
- text: estimate_secondary()
href: articles/estimate_secondary.html
- text: estimate_truncation()
href: articles/estimate_truncation.html
- text: Gaussian Process implementation details
href: articles/gaussian_process_implementation_details.html
usage:
text: Usage
menu:
- text: Workflow for Rt estimation and forecasting
href: articles/estimate_infections_workflow.html
- text: "Examples: estimate_infections()"
href: articles/estimate_infections_options.html
- text: Using epinow() for running in production mode
href: articles/epinow.html
casestudies:
text: Case studies
menu:
- text: External case studies and use in the literature
href: articles/case-studies.html
figures:
fig.width: 9
fig.height: 9
reference:
- title: Estimation + Reporting
desc: Functions that faciliate end-to-end analysis including imputing cases by infection, estimating Rt and reporting results.
contents:
- contains("epinow")
- title: Estimate, Simulate, and Forecast Parameters
desc: Function to estimate, simulate and forecast parameters of interest.
contents:
- estimate_infections
- forecast_infections
- estimate_secondary
- forecast_secondary
- estimate_delay
- estimate_truncation
- title: Specify an Argument
desc: Functions used by estimate_infections
contents:
- contains("_opts")
- opts_list
- title: Summarise Across Regions
desc: Functions used for summarising across regions (designed for use with regional_epinow)
contents:
- regional_summary
- regional_runtimes
- get_regional_results
- title: Summarise results
desc: Functions for summarising results
contents:
- contains("summary.")
- contains("calc_")
- make_conf
- map_prob_change
- title: Plot Results
desc: Plot generated results
contents:
- contains("plot")
- title: Report results
desc: Functions to report results
contents:
- report_plots
- report_summary
- title: Define and Parameterise Distributions
desc: Functions to define and parameterise distributions
contents:
- Distributions
- contains("dist_spec")
- bound_dist
- collapse
- discretise
- fix_parameters
- get_parameters
- get_pmf
- get_distribution
- is_constrained
- title: Fit delay Distributions
desc: Functions to fit delay distributions
contents:
- bootstrapped_dist_fit
- dist_fit
- title: Simulate
desc: Functions to help with simulating data or mapping to reported cases
contents:
- simulate_infections
- simulate_secondary
- convolve_and_scale
- title: Data
desc: Package datasets that may be used to parameterise other functions or in examples
contents:
- example_generation_time
- example_incubation_period
- example_reporting_delay
- example_confirmed
- example_truncated
- generation_times
- incubation_periods
- title: Get/Extract Data
desc: Functions for extracting data from objects or getting data from sources
contents:
- contains("get_")
- contains("extract_")
- title: Clean Data
desc: Functions for cleaning data
contents:
- contains("clean")
- title: Setup Utilities
desc: Function used for setting up functionality
contents:
- contains("setup_")
- title: Utilities
desc: Utility functions
contents:
- run_region
- expose_stan_fns
- convert_to_logmean
- convert_to_logsd
- growth_to_R
- R_to_growth
- update_secondary_args
- title: internal
contents:
- has_keyword("internal")