datest {climatol} | R Documentation |
Data of each series are estimated from all the other stations, through weighting averages of their data, standardized by the chosen method.
datest(verb = FALSE)
verb |
Verbose information about the progress of the operation |
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.
An object dat.e
, with the estimated (normalized) data, is generated.