analogs.test | R Documentation |
Donwscaling with the analogs method (test).
analogs.test(newdata, x, y, dates, info)
newdata |
The grid data. Class: matrix. |
x |
The grid data where to search the analogs. Class: matrix. |
y |
The observations data of the same days of x. Class: matrix. |
dates |
A list containing both the newdata grid and x grid, dates. |
info |
A list containing the information required to perform the analogs method: number of analogs, function, window. These parameters are grouped in a list in |
The selected functions use the base R functions: mean
, median
, weighted.mean
, quantile
, Extremes
.
A matrix containing the predictions.
J. Bano-Medina
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.