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