% Generated by roxygen2: do not edit by hand % Please edit documentation in R/Forecast.R \docType{class} \name{Forecast-class} \alias{Forecast} \alias{Forecast-class} \title{Forecast} \description{ Forecast encapsulation } \section{Fields}{ \describe{ \item{\code{pred}}{List with \itemize{ \item serie: forecasted serie \item params: corresponding list of parameters (weights, neighbors...) \item index: corresponding index in data object }} }} \section{Methods}{ \describe{ \item{\code{append(new_serie, new_params, new_index)}}{Obtain a new pair (serie, params)} \item{\code{getIndexInData(index)}}{Get (day) index in data where prediction took place} \item{\code{getParams(index)}}{Get params at specified index} \item{\code{getSerie(index)}}{Get serie values at specified index} \item{\code{initialize(...)}}{Initialize empty Forecast object} }}