Select Git revision
onlineforecast-package.R
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
onlineforecast-package.R 494 B
#' Functions for online forecasting
#'
#' This package provides functions to for setting up forecast models which run in an online setting, e.g. like demand, solar and wind power forecasts updated regularly - often hourly, and forecasts up to 48 hours ahead.
#'
#' See the website \url{https://onlineforecasting.org} for more information.
#'
#' @title Functions for online forecasting
#' @docType package
#' @name onlineforecast
#' @useDynLib onlineforecast
#' @importFrom Rcpp sourceCpp
NULL