加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NAMESPACE 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Generated by roxygen2: do not edit by hand
S3method(plot,forecastML)
S3method(plot,forecast_error)
S3method(plot,forecast_model_hyper)
S3method(plot,forecast_results)
S3method(plot,lagged_df)
S3method(plot,training_results)
S3method(plot,validation_error)
S3method(plot,windows)
S3method(predict,forecast_model)
S3method(residuals,training_results)
S3method(summary,lagged_df)
export(calculate_intervals)
export(combine_forecasts)
export(create_lagged_df)
export(create_skeleton)
export(create_windows)
export(fill_gaps)
export(reconcile_forecasts)
export(residuals)
export(return_error)
export(return_hyper)
export(train_model)
import(dplyr)
import(ggplot2)
importFrom(data.table,":=")
importFrom(lubridate,"%m-%")
importFrom(magrittr,"%>%")
importFrom(purrr,map2)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cov)
importFrom(stats,sd)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化