-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
41 lines (40 loc) · 1.18 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(as_matrix,epiwave_greta_timeseries)
S3method(as_matrix,epiwave_timeseries)
S3method(as_matrix,numeric)
S3method(evaluate,epiwave_distribution_massfun)
S3method(evaluate,epiwave_massfun_timeseries)
export("%>%")
export(as_matrix)
export(compute_reff)
export(create_dow_priors)
export(create_infection_timeseries)
export(create_observation_model)
export(define_observation_data)
export(define_observation_model)
export(estimate_reff)
export(evaluate)
export(fit_waves)
export(implement_day_of_week)
export(inits_by_jurisdiction)
export(prepare_observation_data)
importFrom(epiwave.params,create_epiwave_massfun_timeseries)
importFrom(epiwave.params,create_epiwave_timeseries)
importFrom(greta,"%*%")
importFrom(greta,apply)
importFrom(greta,as_data)
importFrom(greta,dirichlet)
importFrom(greta,lognormal)
importFrom(greta,negative_binomial)
importFrom(greta,normal)
importFrom(greta,sweep)
importFrom(greta,zeros)
importFrom(greta.gp,gp)
importFrom(greta.gp,mat52)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(mgcv,gam)
importFrom(mgcv,predict.gam)
importFrom(rlang,.data)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,pivot_wider)