Title: | Change Point Analysis in ARIMA Forecasting |
---|---|
Description: | Package to incorporate change point analysis in ARIMA forecasting. |
Authors: | Claster William B. [aut], Philip Sallis [aut], Nhat Cuong Pham [aut, cre] |
Maintainer: | Nhat Cuong Pham <[email protected]> |
License: | GPL-3 |
Version: | 0.20.0 |
Built: | 2025-02-15 04:24:49 UTC |
Source: | https://github.com/cran/AEDForecasting |
Incorporate change point analysis in ARIMA forecasting
cpi(myts, startChangePoint = 1, endChangePoint = 0, step = 1, num = 15, cpmeth = "BinSeg", CPpenalty = "SIC", showModel = FALSE)
cpi(myts, startChangePoint = 1, endChangePoint = 0, step = 1, num = 15, cpmeth = "BinSeg", CPpenalty = "SIC", showModel = FALSE)
myts |
a time series object |
startChangePoint |
a positive integer for minimum number of changepoints |
endChangePoint |
a positive integer for maximum number of change points. If 0 then only startChangePoint number of change points will be entered. Should be either 0 or greater than startChangePoint and if so the algorithm will loop through all values inbetween subject to step |
step |
an integer to step through loop of change points |
num |
Bump model number (see below) |
cpmeth |
changepoint method. Default is BinSeg. See cpa package for details |
CPpenalty |
default is SIC. See cpa package for details |
showModel |
default is False, if True shows all models for all changepoints, if an integer all models for that changepoint, if a string all changepoints for that model |
A data frame with all the results from analysis