View source: R/validation_functions.R
rmse_raster_to_point | R Documentation |
Generate RMSE from an estimated raster surface and point data
rmse_raster_to_point(estimates, validation_data, outcome_field, na.rm = FALSE)
estimates |
(terra::SpatRaster) Raster surface containing point estimates. This could also be the mean surface of a Bayesian geostatistical model |
validation_data |
(
|
outcome_field |
( |
na.rm |
( |
For examples, see vignette('model-comparison', package = 'mbg')
A single number giving RMSE between the point data and estimates raster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.