# 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)
