Learn R Programming

JBTools (version 0.7.2.9)

RMSE: Compute the residual mean square error (RMSE)

Description

Calculates the residual mean square error (RMSE) of two arrays

Usage

RMSE(prediction, observation)

Arguments

prediction
numeric: array 1
observation
numeric: array 2

Value