Skip to content
Snippets Groups Projects
onlineforecast-package.R 494 B
Newer Older
  • Learn to ignore specific revisions
  • #' Functions for online forecasting
    
    pbac's avatar
    pbac committed
    #'
    
    #' 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.
    
    pbac's avatar
    pbac committed
    #'
    
    #' See the website \url{https://onlineforecasting.org} for more information.
    
    #' 
    #' @title Functions for online forecasting
    
    pbac's avatar
    pbac committed
    #' @docType package
    #' @name onlineforecast
    #' @useDynLib onlineforecast
    #' @importFrom Rcpp sourceCpp
    NULL