eval_rmse: Computes the Root Mean Square Error (RMSE)

Description Usage Arguments Details

View source: R/eval_rmse.R

Description

Quantifies the RMSE between the bands of two images

Usage

1
eval_rmse(x, y, by.band = FALSE)

Arguments

x

the high-resolution actual image as a RasterStack

y

the high-resolution predicted image as a RasterStack

by.band

if FALSE(default), gives the average RMSE of all bands

Details

x and y are assumed to have the same projection, spatial resolution, and number of bands.


mmontesinosanmartin/stfusion documentation built on Jan. 8, 2021, 12:54 a.m.