preprocessVALUE: preprocessVALUE

View source: R/wrapperFUN.R

preprocessVALUER Documentation

preprocessVALUE

Description

Preprocessing of input data for index calculation routines

Usage

preprocessVALUE(obs, pred, dates.obs, dates.pred, na.prop)

Arguments

obs

A time series (vector) of observations

pred

A time series (vector) of predictions

dates.obs

Calendar dates corresponding to the values in obs

dates.pred

Calendar dates corresponding to the values in pred

na.prop

Maximum allowable proportion of missing values.

Details

The function performs missing data filtering, temporal matching and (optionally) seasonal subsetting

Value

A list with preprocessed obs, pred and dates, as passed to the index.* routines

Author(s)

J. Bedia


SantanderMetGroup/R_VALUE documentation built on July 4, 2023, 4:27 a.m.