Newer
Older
<!---usethis::use_readme_rmd() -->
<!-- README.md is generated from README.Rmd. Please edit that file -->
# onlineforecast <img src='misc-R/figures/onlineforecast.png' align="right" height="139" />
<!--
usethis::use_cran_badge()
usethis::use_lifecycle_badge("stable")
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
-->
<!-- badges: start -->
[](https://CRAN.R-project.org/package=onlineforecast)
[](https://www.tidyverse.org/lifecycle/#stable)
[](https://cran.r-project.org/package=onlineforecast)
<!-- badges: end -->
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](https://onlineforecasting.org/) webpage
## Installation
You can install the released version of onlineforecast from
[CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("onlineforecast")
```
## Example
See examples on how to use the package on the website,
[onlineforecast](https://onlineforecasting.org/examples.html) where
multiple vignettes demonstrate how it works.