# Generated by roxygen2: do not edit by hand

S3method(autoplot,xi_acf)
S3method(autoplot,xi_ccf)
S3method(autoplot,xi_matrix)
S3method(print,xi_acf)
S3method(print,xi_ccf)
S3method(print,xi_matrix)
export(compute_xi_acf_iaaft)
export(compute_xi_ccf_miaaft)
export(compute_xi_matrix_miaaft)
export(generate_miaaft_surrogate_cpp)
export(run_rolling_xi_analysis)
export(run_rolling_xi_ccf)
export(xi_acf)
export(xi_ccf)
export(xi_coefficient)
export(xi_matrix)
export(xi_test)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(doFuture,"%dofuture%")
importFrom(doFuture,registerDoFuture)
importFrom(dplyr,bind_rows)
importFrom(foreach,foreach)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(latex2exp,TeX)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(stats,acf)
importFrom(stats,ccf)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,head)
useDynLib(xiacf, .registration = TRUE)
