Description Main functions cptFor S4 class References
The changepoint.forecast package monitors provided forecast errors for changepoints in first and second
order changes. These include the common mean and variance changes. The main function is
cptForecast
which looks for changepoints in a set of forecast errors and then the function
updateForecast
can be used to analyse new forecast errors from the same forecasting model
without repeating the initial analysis. This allows for the online implementation of the method as new
forecast errors become available.
cptForecast
: Perform sequential changepoint analysis on forecast errors.
updateForecast
: Update sequential changepoint analysis on new forecast errors.
cptSeqCUSUM
: Perform generic CUSUM based sequential changepoint analysis on data.
The main functions return a cptFor
object by default. This S4 class object can
then be passed to updateForecast
along with new forecast errors to update the analysis.
The methods show
, summary
and plot
can be used on the cptFor
object to
see the main results of the analysis. Furthermore the slots of cptFor
can be
accessed using the @
(this works similarily to the $
for S3 objects). Moreover, a set of
retriever functions are available for example to access the errors slots of an object ans
, you would
call errors(ans)
.
Grundy2021changepoint.forecast
\insertRefFremdt2014changepoint.forecast
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.