knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of changepoint.forecast is to perform sequential changepoint analysis of forecast errors to quickly detect when forecasts become inaccurate.
The development version can be downloaded from GitHub with:
# install.packages("devtools") devtools::install_github("grundy95/changepoint.forecast")
For basic usage and how to implement this framework in an online fashion, see the Vignettes which can be accessed with
vignette(package='changepoint.forecast')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.