# Generated by roxygen2: do not edit by hand S3method("==",data.list) S3method(as.data.frame,data.list) S3method(as.data.list,data.frame) S3method(aslt,POSIXct) S3method(aslt,POSIXlt) S3method(aslt,character) S3method(aslt,numeric) S3method(complete_cases,data.frame) S3method(complete_cases,list) S3method(ct,POSIXct) S3method(ct,POSIXlt) S3method(ct,character) S3method(ct,numeric) S3method(lagdf,character) S3method(lagdf,data.frame) S3method(lagdf,factor) S3method(lagdf,logical) S3method(lagdf,matrix) S3method(lagdf,numeric) S3method(pairs,data.list) S3method(plot_ts,data.frame) S3method(plot_ts,data.list) S3method(plot_ts,matrix) S3method(plot_ts,rls_fit) S3method(plotly_ts,data.frame) S3method(plotly_ts,data.list) S3method(print,forecastmodel) S3method(resample,data.frame) S3method(residuals,data.frame) S3method(residuals,forecastmodel_fit) S3method(residuals,list) S3method(residuals,matrix) S3method(score,data.frame) S3method(score,list) S3method(subset,data.list) S3method(summary,data.list) S3method(summary,rls_fit) export("%**%") export("nams<-") export(AR) export(as.data.list) export(aslt) export(bspline) export(cache_name) export(cache_save) export(complete_cases) export(ct) export(data.list) export(forecastmodel) export(fs) export(getse) export(gof) export(in_range) export(lagdf) export(lagdl) export(lagvec) export(lapply_cbind) export(lapply_cbind_df) export(lapply_rbind) export(lapply_rbind_df) export(lm_fit) export(lm_optim) export(lm_predict) export(long_format) export(lp) export(make_input) export(make_periodic) export(make_tday) export(nams) export(one) export(par_ts) export(pbspline) export(persistence) export(plot_ts) export(plotly_ts) export(pst) export(resample) export(rls_fit) export(rls_optim) export(rls_predict) export(rls_prm) export(rls_summary) export(rls_update) export(rmse) export(score) export(setpar) export(stairs) export(step_optim) importFrom(Rcpp,sourceCpp) importFrom(grDevices,colorRampPalette) importFrom(grDevices,graphics.off) importFrom(graphics,axis) importFrom(graphics,axis.POSIXct) importFrom(graphics,legend) importFrom(graphics,lines) importFrom(graphics,mtext) importFrom(graphics,pairs) importFrom(graphics,panel.smooth) importFrom(graphics,par) importFrom(graphics,plot) importFrom(graphics,points) importFrom(graphics,title) importFrom(parallel,mclapply) importFrom(stats,aggregate) importFrom(stats,complete.cases) importFrom(stats,lm) importFrom(stats,optim) importFrom(stats,predict) importFrom(stats,residuals) importFrom(stats,sd) useDynLib(onlineforecast)