rmse: Calculate RMSE

View source: R/statistics.R

rmseR Documentation

Calculate RMSE

Description

Compute root mean square error (RMSE).

Usage

rmse(x, y, dolog10 = FALSE)

Arguments

x

Numeric vector of data.

y

Numeric vector of data to compare to x, same length.

dolog10

TRUE/FALSE, should x and y be logged (base 10)? (i.e. calculate RMSLE?)

Value

Single numeric value.


BIO-RSG/oceancolouR documentation built on Feb. 2, 2025, 2:01 a.m.