fe7cdd969bf88cb32037a53569f796e9436ae048
[talweg.git] / pkg / man / getNeighborsJumpPredict.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/J_Neighbors.R
3 \name{getNeighborsJumpPredict}
4 \alias{getNeighborsJumpPredict}
5 \title{Obtain jump forecast by the Neighbors method}
6 \usage{
7 getNeighborsJumpPredict(data, today, memory, horizon, params, ...)
8 }
9 \arguments{
10 \item{data}{Dataset, object of type \code{Data} output of \code{getData}}
11
12 \item{today}{Index of the current day (predict tomorrow)}
13
14 \item{memory}{Data depth (in days) to be used for prediction}
15
16 \item{horizon}{Number of time steps to predict}
17
18 \item{params}{Optional parameters computed by the main forecaster}
19
20 \item{...}{Additional parameters for the forecasting models}
21 }
22 \description{
23 Obtain jump forecast by the Neighbors method
24 }
25