View source: R/EDM_AppSweeps.R
| PredictExclusionRadius | R Documentation |
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)
dataFrame |
A data.frame of input data. The first column must be a time
index or time values unless |
columns |
Column name(s) to build the embedding: character vector or space-separated string. |
target |
Target column name to predict. |
lib |
Library (training) index range as (start end) pairs. |
pred |
Prediction index range as (start end) pairs. |
exclusionRadius |
Temporal (Theiler) exclusion radius around each prediction point. |
E |
Embedding dimension. |
Tp |
Forecast interval (prediction horizon). |
tau |
Embedding delay (negative selects past lags). |
embedded |
If |
validLib |
Logical vector marking admissible library rows (or length 0 for all). |
noTime |
If |
ignoreNan |
Remove rows with NaN in the embedding from the library and prediction sets. |
numProcess |
Number of worker processes for the parameter sweep or task grid. |
backend |
Nearest-neighbour backend: |
pathIn |
File path for input |
dataFile |
Input dataFile, .csv format. |
pathOut |
Output file path for |
predictFile |
Output file name, .csv format. |
parameterList |
Append named list of parameters/values to return. |
showPlot |
If |
A data.frame with columns ExclusionRadius and rho.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.