export(fit_smo)
export(forecast_smo)
export(accuracy_smo)
importFrom(forecast, Arima)
importFrom(forecast, forecast)
importFrom(forecast, accuracy)
importFrom(stats, AIC)
importFrom(stats, BIC)
importFrom(stats, coef)
importFrom(stats, fitted)
importFrom(stats, residuals)
importFrom(stats, logLik)
importFrom(stats, ts)
importFrom(stats, is.ts)
importFrom(stats, runif)
