1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/J_Persistence.R
3 \name{getPersistenceJumpPredict}
4 \alias{getPersistenceJumpPredict}
5 \title{Obtain jump forecast by the Persistence method}
7 getPersistenceJumpPredict(data, today, memory, horizon, params, ...)
10 \item{data}{Dataset, object of type \code{Data} output of \code{getData}}
12 \item{today}{Index of the current day (predict tomorrow)}
14 \item{memory}{Data depth (in days) to be used for prediction}
16 \item{horizon}{Number of time steps to predict}
18 \item{params}{Optional parameters computed by the main forecaster}
20 \item{...}{Additional parameters for the forecasting models}
23 Obtain jump forecast by the Persistence method