| 1 | #' @include Data.R |
| 2 | #' @include Forecast.R |
| 3 | #' @include Forecaster.R |
| 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 |
| 16 | #' |
| 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 |