Description Usage Arguments Value
View source: R/estimate_zeros.R
Provide estimates of zero observations cause by systematic under-estimation, using inverse Earth mover's distance weighting method for interpolations.
1 2 3 4 5 6 7 | estimate_zeros(
test_windspeed.afterSpatialQC.nonzero,
test.station.windspeed,
official.station.windspeed,
test.nbhd_spatial.info,
official.data.estimate = TRUE
)
|
test_windspeed.afterSpatialQC.nonzero |
a data.frame that includes observation data after spatial consistency check, with no zeros. |
test.station.windspeed |
a data.frame that includes observation data of test stations before spatial consistency check. |
official.station.windspeed |
a data.frame that includes observation data of official stations. |
test.nbhd_spatial.info |
output of function |
official.data.estimate |
a logical variable that determines whether to include CWS data in
estimating zeros.
We set the default as |
a new data.frame that includes wind speed observations after estimating zeros.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.