Automatically find the best vector autoregression models and networks for a given time series data set. 'AutovarCore' evaluates eight kinds of models: models with and without log transforming the data, lag 1 and lag 2 models, and models with and without day dummy variables. For each of these 8 model configurations, 'AutovarCore' evaluates all possible combinations for including outlier dummies (at 2.5x the standard deviation of the residuals) and retains the best model. Model evaluation includes the Eigenvalue stability test and a configurable set of residual tests. These eight models are further reduced to four models because 'AutovarCore' determines whether adding day dummies improves the model fit.
Version: | 1.0-0 |
Imports: | Rcpp (≥ 0.11.4), Amelia, jsonlite, parallel, stats, urca, vars |
LinkingTo: | Rcpp |
Suggests: | testthat, roxygen2 |
Published: | 2015-07-01 |
Author: | Ando Emerencia [aut, cre] |
Maintainer: | Ando Emerencia <ando.emerencia at gmail.com> |
BugReports: | https://github.com/roqua/autovarcore/issues |
License: | MIT + file LICENSE |
NeedsCompilation: | yes |
Materials: | README |
In views: | TimeSeries |
CRAN checks: | autovarCore results |
Reference manual: | autovarCore.pdf |
Package source: | autovarCore_1.0-0.tar.gz |
Windows binaries: | r-devel: autovarCore_1.0-0.zip, r-release: autovarCore_1.0-0.zip, r-oldrel: autovarCore_1.0-0.zip |
OS X Mavericks binaries: | r-release: autovarCore_1.0-0.tgz, r-oldrel: autovarCore_1.0-0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=autovarCore to link to this page.