-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
131 lines (130 loc) · 3.49 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
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,mcmc_output)
S3method(as_draws,mcmc_output)
S3method(as_draws_df,mcmc_output)
S3method(bootstrap_filter,lineargaussian)
S3method(bootstrap_filter,nongaussian)
S3method(bootstrap_filter,ssm_nlg)
S3method(bootstrap_filter,ssm_sde)
S3method(ekpf_filter,ssm_nlg)
S3method(fast_smoother,lineargaussian)
S3method(fast_smoother,nongaussian)
S3method(fitted,mcmc_output)
S3method(gaussian_approx,nongaussian)
S3method(gaussian_approx,ssm_nlg)
S3method(importance_sample,nongaussian)
S3method(kfilter,lineargaussian)
S3method(kfilter,nongaussian)
S3method(logLik,lineargaussian)
S3method(logLik,nongaussian)
S3method(logLik,ssm_nlg)
S3method(logLik,ssm_sde)
S3method(particle_smoother,lineargaussian)
S3method(particle_smoother,nongaussian)
S3method(particle_smoother,ssm_nlg)
S3method(particle_smoother,ssm_sde)
S3method(plot,mcmc_output)
S3method(predict,mcmc_output)
S3method(print,mcmc_output)
S3method(run_mcmc,lineargaussian)
S3method(run_mcmc,nongaussian)
S3method(run_mcmc,ssm_nlg)
S3method(run_mcmc,ssm_sde)
S3method(sim_smoother,lineargaussian)
S3method(sim_smoother,nongaussian)
S3method(smoother,lineargaussian)
S3method(smoother,nongaussian)
S3method(summary,mcmc_output)
export(ar1_lg)
export(ar1_ng)
export(as_bssm)
export(as_draws)
export(as_draws_df)
export(asymptotic_var)
export(bootstrap_filter)
export(bsm_lg)
export(bsm_ng)
export(check_diagnostics)
export(cpp_example_model)
export(ekf)
export(ekf_fast_smoother)
export(ekf_smoother)
export(ekpf_filter)
export(estimate_ess)
export(expand_sample)
export(fast_smoother)
export(gamma)
export(gamma_prior)
export(gaussian_approx)
export(halfnormal)
export(halfnormal_prior)
export(iact)
export(importance_sample)
export(kfilter)
export(normal)
export(normal_prior)
export(particle_smoother)
export(post_correct)
export(run_mcmc)
export(sim_smoother)
export(smoother)
export(ssm_mlg)
export(ssm_mng)
export(ssm_nlg)
export(ssm_sde)
export(ssm_ulg)
export(ssm_ung)
export(suggest_N)
export(svm)
export(tnormal)
export(tnormal_prior)
export(ukf)
export(uniform)
export(uniform_prior)
importFrom(Rcpp,evalCpp)
importFrom(bayesplot,mcmc_combo)
importFrom(checkmate,test_atomic_vector)
importFrom(checkmate,test_count)
importFrom(checkmate,test_double)
importFrom(checkmate,test_flag)
importFrom(checkmate,test_int)
importFrom(checkmate,test_integerish)
importFrom(checkmate,test_numeric)
importFrom(coda,mcmc)
importFrom(diagis,ess)
importFrom(diagis,weighted_mean)
importFrom(diagis,weighted_quantile)
importFrom(diagis,weighted_se)
importFrom(diagis,weighted_var)
importFrom(dplyr,as_tibble)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(posterior,as_draws)
importFrom(posterior,as_draws_df)
importFrom(posterior,default_convergence_measures)
importFrom(posterior,ess_mean)
importFrom(posterior,summarise_draws)
importFrom(rlang,.data)
importFrom(rlang,is_interactive)
importFrom(stats,"tsp<-")
importFrom(stats,as.ts)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,end)
importFrom(stats,fitted)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,qlogis)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,ts.union)
importFrom(stats,tsp)
importFrom(stats,var)
importFrom(tidyr,pivot_wider)
useDynLib(bssm)