-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method(running_mean,matrix)
S3method(running_mean,mcmc)
S3method(running_mean,numeric)
S3method(running_mean,ts)
S3method(running_weighted_mean,matrix)
S3method(running_weighted_mean,mcmc)
S3method(running_weighted_mean,numeric)
S3method(running_weighted_mean,ts)
S3method(weighted_mean,array)
S3method(weighted_mean,matrix)
S3method(weighted_mean,mcmc)
S3method(weighted_mean,numeric)
S3method(weighted_mean,ts)
S3method(weighted_quantile,matrix)
S3method(weighted_quantile,mcmc)
S3method(weighted_quantile,numeric)
S3method(weighted_quantile,ts)
S3method(weighted_se,matrix)
S3method(weighted_se,mcmc)
S3method(weighted_se,numeric)
S3method(weighted_se,ts)
S3method(weighted_var,array)
S3method(weighted_var,matrix)
S3method(weighted_var,mcmc)
S3method(weighted_var,numeric)
S3method(weighted_var,ts)
export(ess)
export(running_ess)
export(running_mean)
export(running_var)
export(running_weighted_mean)
export(running_weighted_var)
export(weight_plot)
export(weighted_mean)
export(weighted_quantile)
export(weighted_se)
export(weighted_var)
importFrom(Rcpp,evalCpp)
importFrom(coda,mcmc)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_y_continuous)
importFrom(gridExtra,grid.arrange)
importFrom(stats,ts)
useDynLib(diagis)