analogs.test: Donwscaling with the analogs method (test).

View source: R/downsANALOGS.R

analogs.testR Documentation

Donwscaling with the analogs method (test).

Description

Donwscaling with the analogs method (test).

Usage

analogs.test(newdata, x, y, dates, info)

Arguments

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 analogs.train.

Details

The selected functions use the base R functions: mean, median, weighted.mean, quantile, Extremes.

Value

A matrix containing the predictions.

Author(s)

J. Bano-Medina


SantanderMetGroup/downscaleR documentation built on July 4, 2023, 4:28 a.m.