reorganize folder
[talweg.git] / pkg / man / getPersistenceJumpPredict.Rd
CommitLineData
46952971
BA
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}
6\usage{
7getPersistenceJumpPredict(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{
23Obtain jump forecast by the Persistence method
24}
25