Commit | Line | Data |
---|---|---|
3a38473a BA |
1 | #' @importFrom grDevices colors gray.colors |
2 | #' @importFrom graphics abline hist par plot matplot | |
3 | #' @importFrom methods hasArg is | |
4 | #' @importFrom stats quantile sd cov | |
5 | #' @importFrom utils getFromNamespace read.csv head tail | |
6 | #' @importFrom R6 R6Class | |
7 | #' | |
8 | #' @include Data.R | |
9 | #' @include Forecast.R | |
10 | #' @include Forecaster.R | |
11 | #' @include utils.R | |
12 | #' @include getData.R | |
13 | #' @include F_Average.R | |
14 | #' @include F_Neighbors.R | |
15 | #' @include F_Persistence.R | |
16 | #' @include F_Zero.R | |
17 | #' @include J_Neighbors.R | |
18 | #' @include J_Persistence.R | |
19 | #' @include J_Zero.R | |
20 | #' @include computeForecast.R | |
21 | #' @include computeError.R | |
22 | #' @include plot.R | |
23 | #' | |
24 | NULL |