Package: predtoolsTS
Type: Package
Title: Time Series Prediction
Version: 0.1.0
Author: Alberto Vico Moreno
Maintainer: Alberto Vico Moreno <avm00016@red.ujaen.es>
Description: Makes the time series prediction easier by automatizing this process
  using four main functions: prep(), modl(), pred() and postp(). Features different
  preprocessing methods to homogenize variance and to remove trend and seasonality.
  Also has the potential to bring together different predictive models to make comparatives.
  Features ARIMA and Data Mining Regression models (using caret).
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: caret, forecast, graphics, methods, Metrics, stats, TSPred,
        tseries, utils
NeedsCompilation: no
Packaged: 2017-09-19 16:00:57 UTC; Alberto Vico Moreno
Repository: CRAN
Date/Publication: 2017-09-19 17:25:50 UTC
Built: R 3.3.3; ; 2018-04-22 18:02:30 UTC; windows
