# Generated by roxygen2: do not edit by hand

export(DF_date_vector)
export(Flag_From_Trend)
export(OOB_MSE_num_trees)
export(OffsetDFMaker)
export(OffsetDF_Plot)
export(OffsetHeatmap)
export(VariantPlot)
export(bagging)
export(buildCaseAnalysisDF)
export(buildRegressionEstimateTable)
export(buildWasteAnalysisDF)
export(classifyCaseRegression)
export(classifyQuantileFlagRegression)
export(classifyRegressionAnalysis)
export(computeJumps)
export(computeRankQuantiles)
export(countFlags)
export(createCaseFlag)
export(date_distance_calc)
export(date_distance_clamp)
export(date_distance_remove)
export(expSmoothMod)
export(factorVecByVec)
export(flagOutliers)
export(gen_INCMSE)
export(gen_OOB_pred)
export(heatmapcorfunc)
export(loessSmoothMod)
export(makeQuantileColumns)
export(random_linear_forest)
export(rankJumps)
export(removeOutliers)
export(sgolaySmoothMod)
exportClasses(random_linear_forest)
exportMethods(predict)
exportMethods(show)
exportMethods(summary)
importFrom(RcppRoll,roll_mean)
importFrom(RcppRoll,roll_sum)
importFrom(data.table,transpose)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(forecast,ets)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,rainbow)
importFrom(gridExtra,grid.arrange)
importFrom(methods,new)
importFrom(methods,show)
importFrom(partykit,lmtree)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(plotly,ggplotly)
importFrom(plyr,join_all)
importFrom(randomForest,na.roughfix)
importFrom(reshape2,melt)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rsample,analysis)
importFrom(rsample,assessment)
importFrom(rsample,bootstraps)
importFrom(scales,label_percent)
importFrom(stats,as.formula)
importFrom(stats,ccf)
importFrom(stats,cor)
importFrom(stats,dgamma)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,stepfun)
importFrom(stats,terms.formula)
importFrom(stats,time)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(tidyr,all_of)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(zoo,rollapply)
importFrom(zoo,rollmean)
importFrom(zoo,rollsumr)
