# export function
export(arma.sim, arma.plot, arma.muv, arma.mcb, arma.muc)

# import function
importFrom(boot, tsboot)
importFrom(forecast, auto.arima)
importFrom(ggplot2, ggplot)
importFrom(ggplot2, xlab)
importFrom(ggplot2, ylab)
importFrom(ggplot2, geom_line)
importFrom(ggplot2, theme)
importFrom(ggplot2, aes)
importFrom(ggplot2, element_text)
importFrom(hash, hash)
importFrom(hash, keys)

importFrom("stats", "ar", "rnorm", "time", "ts", "var")
importFrom("graphics", "legend", "lines", "par")
