X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2Fman%2FForecast-class.Rd;fp=pkg%2Fman%2FForecast-class.Rd;h=0000000000000000000000000000000000000000;hb=dea7ff860b42b3e246c8fa7ce2fb514561b8bc43;hp=990890e022618eefa6f389b84354154b7fcaa958;hpb=469529710f56c790ae932b45d13fed2e34bcabf2;p=talweg.git diff --git a/pkg/man/Forecast-class.Rd b/pkg/man/Forecast-class.Rd deleted file mode 100644 index 990890e..0000000 --- a/pkg/man/Forecast-class.Rd +++ /dev/null @@ -1,34 +0,0 @@ -% 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} -}} -