# Generated by roxygen2: do not edit by hand

S3method(fitted,DSHW)
S3method(fitted,MEDIAN)
S3method(fitted,SMEAN)
S3method(fitted,SMEDIAN)
S3method(fitted,SNAIVE2)
S3method(fitted,TBATS)
S3method(forecast,DSHW)
S3method(forecast,MEDIAN)
S3method(forecast,SMEAN)
S3method(forecast,SMEDIAN)
S3method(forecast,SNAIVE2)
S3method(forecast,TBATS)
S3method(model_sum,DSHW)
S3method(model_sum,MEDIAN)
S3method(model_sum,SMEAN)
S3method(model_sum,SMEDIAN)
S3method(model_sum,SNAIVE2)
S3method(model_sum,TBATS)
S3method(residuals,DSHW)
S3method(residuals,MEDIAN)
S3method(residuals,SMEAN)
S3method(residuals,SMEDIAN)
S3method(residuals,SNAIVE2)
S3method(residuals,TBATS)
export(DSHW)
export(MEDIAN)
export(SMEAN)
export(SMEDIAN)
export(SNAIVE2)
export(TBATS)
export(acf_vec)
export(check_data)
export(estimate_acf)
export(estimate_kurtosis)
export(estimate_mode)
export(estimate_pacf)
export(estimate_skewness)
export(interpolate_missing)
export(mae_vec)
export(make_accuracy)
export(make_errors)
export(make_future)
export(make_split)
export(make_tsibble)
export(mape_vec)
export(me_vec)
export(mpe_vec)
export(mse_vec)
export(pacf_vec)
export(plot_bar)
export(plot_density)
export(plot_histogram)
export(plot_line)
export(plot_point)
export(plot_qq)
export(rmse_vec)
export(scale_color_tscv)
export(scale_fill_tscv)
export(slice_test)
export(slice_train)
export(smape_vec)
export(smooth_outlier)
export(split_index)
export(summarise_data)
export(summarise_split)
export(summarise_stats)
export(theme_tscv)
export(tscv_cols)
export(tscv_pal)
import(fabletools)
import(ggplot2, except = stat_qq_line)
import(purrr)
import(tsibble)
importFrom(distributional,dist_normal)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_if)
importFrom(dplyr,group_split)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,reframe)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,slice_tail)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forecast,dshw)
importFrom(forecast,msts)
importFrom(forecast,na.interp)
importFrom(forecast,tbats)
importFrom(grDevices,colorRampPalette)
importFrom(lubridate,date)
importFrom(lubridate,hour)
importFrom(lubridate,month)
importFrom(lubridate,quarter)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(qqplotr,stat_qq_band)
importFrom(qqplotr,stat_qq_line)
importFrom(qqplotr,stat_qq_point)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,as_name)
importFrom(rlang,is_empty)
importFrom(rlang,quo_is_null)
importFrom(scales,pretty_breaks)
importFrom(slider,slide_dbl)
importFrom(stats,acf)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,as.ts)
importFrom(stats,density)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,pacf)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tidyr,drop_na)
importFrom(tidyr,fill)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(tidytext,scale_x_reordered)
importFrom(utils,tail)
