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 April 30, 2024, 7:54 a.m.