-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
52 lines (50 loc) · 1.23 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
url: https://bking124.github.io/countSTAR/
template:
bootstrap: 5
authors:
Dan Kowal:
href: http://www.danielrkowal.com/
Brian King:
href: https://bking124.github.io/
reference:
- title: Classical STAR Regression
desc: Methods for STAR models estimated using EM algorithm
- contents:
- lm_star
- confint.lmstar
- predict.lmstar
- pvals
- randomForest_star
- gbm_star
- genEM_star
- title: Bayesian STAR Regression
desc: Methods for STAR models estimated using Bayesian methods (either Gibbs sampling or exact Monte Carlo estimation in certain scenarios)
- contents:
- blm_star
- bam_star
- bart_star
- spline_star
- genMCMC_star
- init_lm_gprior
- sample_lm_gprior
- title: WarpDLMs (Count Time Series Modeling)
desc: Methods for warped Dynamic Linear Models to perform Bayesian inference and forecasting for count-valued time series
- contents:
- warpDLM
- title: Helper Functions
- subtitle: Transformation and Rounding Functions
- contents:
- a_j
- round_floor
- starts_with("g_")
- subtitle: Simulation and Visualization
- contents:
- starts_with("simulate")
- starts_with("plot")
- simBaS
- credBands
- getEffSize
- ergMean
- title: internal
- contents:
- has_keyword("datasets")