# Generated by roxygen2: do not edit by hand

S3method(plot,VARDetect.result)
S3method(print,VARDetect.result)
S3method(summary,VARDetect.result)
S3method(summary,VARDetect.simu.result)
export(detection_check)
export(eval_func)
export(hausdorff_check)
export(lag_selection)
export(lstsp)
export(plot_density)
export(plot_granger)
export(plot_matrix)
export(simu_lstsp)
export(simu_tbss)
export(simu_var)
export(tbss)
import(lattice)
import(mvtnorm)
import(pracma)
import(sparsevar)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(igraph,V)
importFrom(igraph,erdos.renyi.game)
importFrom(igraph,get.adjacency)
importFrom(igraph,graph.adjacency)
importFrom(igraph,layout_as_star)
importFrom(igraph,layout_in_circle)
importFrom(igraph,layout_nicely)
importFrom(igraph,plot.igraph)
importFrom(sparsevar,fitVAR)
importFrom(stats,ar)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,ts.plot)
importFrom(utils,data)
useDynLib(VARDetect, .registration = TRUE)
