Simplex prediction skill (rho) swept over the temporal exclusion radius.
PredictExclusionRadius(dataFrame = NULL, columns, target, lib, pred,
exclusionRadius = NULL, E = 1, Tp = 1, tau = -1,
embedded = FALSE, validLib = logical(0),
noTime = FALSE, ignoreNan = TRUE, numProcess = 4,
backend = "RANN", pathIn = "./", dataFile = "",
pathOut = "./", predictFile = "",
parameterList = FALSE, showPlot = FALSE)A data.frame with columns ExclusionRadius and rho.
A data.frame of input data. The first column must be a time
index or time values unless noTime = TRUE.
Column name(s) to build the embedding: character vector or space-separated string.
Target column name to predict.
Library (training) index range as (start end) pairs.
Prediction index range as (start end) pairs.
Temporal (Theiler) exclusion radius around each prediction point.
Embedding dimension.
Forecast interval (prediction horizon).
Embedding delay (negative selects past lags).
If TRUE, columns already form the embedding.
Logical vector marking admissible library rows (or length 0 for all).
If TRUE, synthesise a 1..N time index instead of using column 1.
Remove rows with NaN in the embedding from the library and prediction sets.
Number of worker processes for the parameter sweep or task grid.
Nearest-neighbour backend: "RANN" (default) or "brute".
File path for input dataFile.
Input dataFile, .csv format.
Output file path for predictFile
Output file name, .csv format.
Append named list of parameters/values to return.
If TRUE, draw a base-graphics plot of the result.