# Generated by roxygen2: do not edit by hand

export(accuracy_arima)
export(accuracy_ets)
export(accuracy_mstl)
export(accuracy_nn)
export(accuracy_rw)
export(accuracy_rwd)
export(accuracy_snaive)
export(accuracy_stlar)
export(accuracy_tbats)
export(accuracy_theta)
export(accuracy_wn)
export(acf5)
export(acf_seasonalDiff)
export(build_rf)
export(cal_MASE)
export(cal_WA)
export(cal_features)
export(cal_m4measures)
export(cal_medianscaled)
export(cal_sMAPE)
export(classify_labels)
export(classlabel)
export(combination_forecast_inside)
export(convert_msts)
export(e_acf1)
export(fcast_accuracy)
export(fforms_combinationforecast)
export(fforms_ensemble)
export(holtWinter_parameters)
export(prepare_trainingset)
export(rf_forecast)
export(sim_arimabased)
export(sim_etsbased)
export(sim_mstlbased)
export(split_names)
export(stlar)
export(unitroot)
import(forecast)
importFrom(furrr,future_map2)
importFrom(future,plan)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(stats,acf)
importFrom(stats,ar)
importFrom(stats,complete.cases)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.pass)
importFrom(stats,simulate)
importFrom(stats,start)
importFrom(stats,ts)
importFrom(stats,ts.union)
importFrom(utils,head)
importFrom(utils,tail)
