AutoForecaster is an R package to automate the production of a collection of time series models applied to tsibble
data structures defined by index
and key
. It also provides some basic functions for working with tsibble
data structures as cross-sectional time series or panel data.
The pkgdown site and the main github development page.
# Install development version from GitHub
devtools::install_github("robertwwalker/AutoForecaster")
library(AutoForecaster)
The package contains four (current) forecasting functions.
DayWModelPicker(data, Outcome, index, H.Horizon=14)
MonthModelPicker(data, Outcome, index, H.Horizon=12)
DaysModelPicker(data, Outcome, index, H.Horizon=14)
QuarterModelPicker(data, Outcome, index, H.Horizon=12)
supported by
DayWModelFitter(data, Outcome)
MonthModelFitter(data, Outcome)
DaysModelFitter(data, Outcome)
QuarterModelFitter(data, Outcome)
that fits the models.
Creates within data for all numeric and integer variables in a tsibble
.
Creates between data for all numeric and integer variables in a tsibble
.
A function that creates a cross-sectional time series summary of numeric and integer data in a tsibble
.
A function to take a tsibble
of tidyquant equities data, possibly starting at different times, and computing a trading_day
index for a revised tsibble
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.