-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
156 lines (155 loc) · 4.01 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
url: https://weecology.github.io/ldats
development:
mode: auto
navbar:
title: "LDATS"
structure:
left: [home, articles, reference, news]
right: [twitter, github]
components:
articles:
text: "Vignettes"
menu:
- text: "Rodents example"
href: articles/rodents-example.html
- text: "Comparison to Christensen et al."
href: articles/paper-comparison.html
- text: "LDATS codebase"
href: articles/LDATS_codebase.html
reference:
text: "Functions"
href: reference/index.html
news:
text: "News"
href: news/index.html
twitter:
icon: fa-twitter
href: https://twitter.com/weecology
github:
icon: fa-github
href: https://github.com/weecology
reference:
- title: "Joint LDA and Time Series"
desc: "Functions for top-level LDATS modeling"
contents:
- LDA_TS
- package_LDA_TS
- print.LDA_TS
- plot.LDA_TS
- set_LDA_TS_plot_cols
- title: "Latent Dirichlet Allocation"
desc: "Functions to extend exisiting LDA functionality"
contents:
- LDA_set
- package_LDA_set
- logLik.LDA_VEM
- select_LDA
- LDA_msg
- plot.LDA_set
- plot.LDA_VEM
- set_LDA_plot_colors
- title: "Time Series"
desc: "Functions to execute and evaluate the overall TS model with changepoints and regression components"
contents:
- TS
- package_TS
- logLik.TS_fit
- print.TS_fit
- plot.TS_fit
- TS_diagnostics_plot
- trace_plot
- ecdf_plot
- posterior_plot
- autocorr_plot
- set_TS_summary_plot_cols
- TS_summary_plot
- pred_gamma_TS_plot
- rho_lines
- rho_hist
- set_rho_hist_colors
- set_gamma_colors
- summarize_etas
- summarize_rhos
- est_regressors
- est_changepoints
- prep_pbar
- title: "Multinomial Time Series modeling"
desc: "Functions to fit the multinomial time series models making up an overall TS model"
contents:
- multinom_TS
- logLik.multinom_TS_fit
- multinom_TS_chunk
- prep_chunks
- package_chunk_fits
- verify_changepoint_locations
- title: "Parallel tempering Markov Chain Monte Carlo"
desc: "Functions to execute ptMCMC optimization"
contents:
- prep_ptMCMC_inputs
- prep_ids
- prep_proposal_dist
- prep_saves
- prep_cpts
- prep_temp_sequence
- diagnose_ptMCMC
- count_trips
- swap_chains
- step_chains
- proposed_step_mods
- title: "Time Series on LDA output"
desc: "Functions to facilitate connection running multiple TS models on LDA output"
contents:
- TS_on_LDA
- package_TS_on_LDA
- print.TS_on_LDA
- expand_TS
- prep_TS_data
- select_TS
- print_model_run_message
- title: "Simulation"
desc: "Functions for simulating input data"
contents:
- sim_LDA_data
- sim_TS_data
- sim_LDA_TS_data
- title: "Control options"
desc: "Functions to set function options defined through control lists"
contents:
- LDA_TS_control
- LDA_set_control
- TS_control
- prep_LDA_control
- title: "Input checking"
desc: "Functions to tidy code by condensing input object verification"
contents:
- check_changepoints
- check_control
- check_document_covariate_table
- check_document_term_table
- check_formula
- check_formulas
- check_LDA_models
- check_nchangepoints
- check_seeds
- check_timename
- check_topics
- check_weights
- title: "Utilities"
desc: "A variety of helpful little functions"
contents:
- AICc
- document_weights
- iftrue
- logsumexp
- modalvalue
- memoise_fun
- messageq
- mirror_vcov
- normalize
- softmax
- title: "Data and Package"
desc: "Datasets provided and the package"
contents:
- jornada
- rodents
- LDATS