
export(single_oga)
export(db_hom_oga)
export(db_het_oga)

import("future")
import("future.apply")
import("parallelly")

importFrom("stats", "acf", "ar", "arima", "coef", "coefficients", "dnorm", "embed",
           "frequency", "is.mts", "is.ts", "lm", "pchisq", "qchisq", "residuals",
           "toeplitz", "ts", "t.test", "var", "vcov")
importFrom("utils", "capture.output")

importFrom("caret","findLinearCombos")
importFrom("forecast","Arima","na.interp")
importFrom("gsarima","arrep")
importFrom("robust","lmRob")
