% Generated by roxygen2: do not edit by hand % Please edit documentation in R/J_Neighbors.R \name{getNeighborsJumpPredict} \alias{getNeighborsJumpPredict} \title{Obtain jump forecast by the Neighbors method} \usage{ getNeighborsJumpPredict(data, today, memory, horizon, params, ...) } \arguments{ \item{data}{Dataset, object of type \code{Data} output of \code{getData}} \item{today}{Index of the current day (predict tomorrow)} \item{memory}{Data depth (in days) to be used for prediction} \item{horizon}{Number of time steps to predict} \item{params}{Optional parameters computed by the main forecaster} \item{...}{Additional parameters for the forecasting models} } \description{ Obtain jump forecast by the Neighbors method }