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

onlineforecast

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • pbac's avatar
    pbac authored
    2ac5ff51
    History

    onlineforecast

    CRAN status Lifecycle: stable CRAN RStudio mirror downloads

    The onlineforecast R package computes new forecasts whenever new observations becomes available by using recursive estimation. The package makes it easy to setup models to be used for online forecasting, where the user can create their own online forecast-set-up with their own inputs. The pacakge is created based on the authors long experience of formulating time series models which use weather forecasts as inputs. The challenge comes from the overlapping time series as the forecast needs to be updated whenever the weather forecast is updated.

    See more on onlineforecast webpage

    Installation

    You can install the released version of onlineforecast from CRAN with:

    install.packages("onlineforecast")

    Example

    See examples on how to use the package on the website, onlineforecast where multiple vignettes demonstrate how it works.