datest {climatol}R Documentation

Estimate series from their neighbors

Description

Data of each series are estimated from all the other stations, through weighting averages of their data, standardized by the chosen method.

Usage

  datest(verb = FALSE)

Arguments

verb Verbose information about the progress of the operation

Details

datest is an internal function used by depudm, not intended to be called directly by the user. It takes the data of the normalized series from object dat.d previously generated, and computes estimated data (dat.e) as averages, weighted by the weights est.w, of all the other stations.

Value

An object dat.e, with the estimated (normalized) data, is generated.

See Also

depudm


[Package climatol version 1.0.3.1 Index]