# Generated by roxygen2: do not edit by hand

S3method(components,ETS)
S3method(fitted,AR)
S3method(fitted,ARIMA)
S3method(fitted,ETS)
S3method(fitted,NNETAR)
S3method(fitted,RW)
S3method(fitted,TSLM)
S3method(fitted,VAR)
S3method(fitted,croston)
S3method(fitted,fable_theta)
S3method(fitted,model_mean)
S3method(forecast,AR)
S3method(forecast,ARIMA)
S3method(forecast,ETS)
S3method(forecast,NNETAR)
S3method(forecast,RW)
S3method(forecast,TSLM)
S3method(forecast,VAR)
S3method(forecast,croston)
S3method(forecast,fable_theta)
S3method(forecast,model_mean)
S3method(generate,AR)
S3method(generate,ARIMA)
S3method(generate,ETS)
S3method(generate,NNETAR)
S3method(generate,RW)
S3method(generate,TSLM)
S3method(generate,model_mean)
S3method(glance,AR)
S3method(glance,ARIMA)
S3method(glance,ETS)
S3method(glance,NNETAR)
S3method(glance,RW)
S3method(glance,TSLM)
S3method(glance,VAR)
S3method(glance,fable_theta)
S3method(glance,model_mean)
S3method(hfitted,ARIMA)
S3method(hfitted,ETS)
S3method(interpolate,ARIMA)
S3method(interpolate,TSLM)
S3method(interpolate,model_mean)
S3method(model_sum,AR)
S3method(model_sum,ARIMA)
S3method(model_sum,ETS)
S3method(model_sum,NNETAR)
S3method(model_sum,RW)
S3method(model_sum,TSLM)
S3method(model_sum,VAR)
S3method(model_sum,fable_theta)
S3method(model_sum,model_mean)
S3method(refit,AR)
S3method(refit,ARIMA)
S3method(refit,ETS)
S3method(refit,NNETAR)
S3method(refit,RW)
S3method(refit,TSLM)
S3method(refit,model_mean)
S3method(report,AR)
S3method(report,ARIMA)
S3method(report,ETS)
S3method(report,NNETAR)
S3method(report,RW)
S3method(report,TSLM)
S3method(report,VAR)
S3method(report,fable_theta)
S3method(report,model_mean)
S3method(residuals,AR)
S3method(residuals,ARIMA)
S3method(residuals,ETS)
S3method(residuals,NNETAR)
S3method(residuals,RW)
S3method(residuals,TSLM)
S3method(residuals,VAR)
S3method(residuals,croston)
S3method(residuals,fable_theta)
S3method(residuals,model_mean)
S3method(tidy,AR)
S3method(tidy,ARIMA)
S3method(tidy,ETS)
S3method(tidy,NNETAR)
S3method(tidy,RW)
S3method(tidy,TSLM)
S3method(tidy,VAR)
S3method(tidy,croston)
S3method(tidy,fable_theta)
S3method(tidy,model_mean)
export("%>%")
export(AR)
export(ARIMA)
export(CROSTON)
export(ETS)
export(MEAN)
export(NAIVE)
export(NNETAR)
export(RW)
export(SNAIVE)
export(THETA)
export(TSLM)
export(VAR)
export(as_tsibble)
export(unitroot_options)
import(Rcpp)
import(fabletools)
import(rlang, except = invoke)
import(tsibble)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(fabletools,forecast)
importFrom(stats,KalmanForecast)
importFrom(stats,KalmanRun)
importFrom(stats,approx)
importFrom(stats,ar)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,diffinv)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,makeARIMA)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(utils,tail)
useDynLib(fable, .registration = TRUE)
