rmse_raster_to_point {mbg} | R Documentation |
Generate RMSE from an estimated raster surface and point data
Description
Generate RMSE from an estimated raster surface and point data
Usage
rmse_raster_to_point(estimates, validation_data, outcome_field, na.rm = FALSE)
Arguments
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 |
( |
Details
For examples, see vignette('model-comparison', package = 'mbg')
Value
A single number giving RMSE between the point data and estimates raster.