% Generated by roxygen2: do not edit by hand % Please edit documentation in R/J_Persistence.R \name{getPersistenceJumpPredict} \alias{getPersistenceJumpPredict} \title{Obtain jump forecast by the Persistence method} \usage{ getPersistenceJumpPredict(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 Persistence method }