# Generated by roxygen2: do not edit by hand

S3method(anomalize,default)
S3method(anomalize,grouped_df)
S3method(anomalize,tbl_df)
S3method(plot_anomalies,default)
S3method(plot_anomalies,tbl_time)
S3method(plot_anomaly_decomposition,default)
S3method(plot_anomaly_decomposition,grouped_tbl_time)
S3method(plot_anomaly_decomposition,tbl_time)
S3method(prep_tbl_time,data.frame)
S3method(prep_tbl_time,default)
S3method(prep_tbl_time,tbl_time)
S3method(time_apply,data.frame)
S3method(time_apply,default)
S3method(time_apply,grouped_df)
S3method(time_decompose,default)
S3method(time_decompose,grouped_df)
S3method(time_decompose,grouped_tbl_time)
S3method(time_decompose,tbl_df)
S3method(time_decompose,tbl_time)
S3method(time_recompose,default)
S3method(time_recompose,grouped_df)
S3method(time_recompose,grouped_tbl_time)
S3method(time_recompose,tbl_df)
S3method(time_recompose,tbl_time)
export(anomalize)
export(decompose_stl)
export(decompose_twitter)
export(gesd)
export(get_time_scale_template)
export(iqr)
export(plot_anomalies)
export(plot_anomaly_decomposition)
export(prep_tbl_time)
export(set_time_scale_template)
export(time_apply)
export(time_decompose)
export(time_frequency)
export(time_recompose)
export(time_scale_template)
export(time_trend)
import(ggplot2)
importFrom(dplyr,"%>%")
importFrom(dplyr,contains)
importFrom(dplyr,n)
importFrom(dplyr,quo_name)
importFrom(dplyr,row_number)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(stats,as.formula)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,qt)
