rmse_metric: Root mean square error

View source: R/eval_sims.R

rmse_metricR Documentation

Root mean square error

Description

Calculate the root mean square error of the estimated indices of abundance compared to the true, simulated values. Expects that these will be on a common scale, e.g. by using rescale_indices.

Usage

rmse_metric(est_index, true_index)

Arguments

est_index

Estimated rescaled index

true_index

True rescaled index

Value

Root mean square error of the estimates

Author(s)

John Best


jkbest2/spatq documentation built on Sept. 22, 2022, 3:22 a.m.