reorganize folder
[talweg.git] / pkg / man / getPersistenceJumpPredict.Rd
diff --git a/pkg/man/getPersistenceJumpPredict.Rd b/pkg/man/getPersistenceJumpPredict.Rd
new file mode 100644 (file)
index 0000000..8013e42
--- /dev/null
@@ -0,0 +1,25 @@
+% 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
+}
+