reorganize folder
[talweg.git] / pkg / man / AverageForecaster-class.Rd
CommitLineData
46952971
BA
1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/F_Average.R
3\docType{class}
4\name{AverageForecaster-class}
5\alias{AverageForecaster}
6\alias{AverageForecaster-class}
7\title{Average Forecaster}
8\description{
9Return the (pointwise) average of the all the (similar) centered day curves
10 in the past. Inherits \code{\link{Forecaster}}
11}
12\section{Methods}{
13
14\describe{
15\item{\code{initialize(...)}}{Initialize (generic) Forecaster object}
16
17\item{\code{predict(today, memory, horizon, ...)}}{Obtain a new forecasted time-serie}
18}}
19