Skip to content
Snippets Groups Projects
Select Git revision
  • 1f459106053306821d9a1cdaaf8f9485b43f63df
  • master default protected
  • feature/quantileforecast
  • develop
  • add_kseq
5 results

onlineforecast-package.R

Blame
  • 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