Skip to contents

Calculate Root Mean Squared Error between predictions and truth.

Usage

CalculateRMSE(predictions, truth)

Arguments

predictions

Numeric vector or matrix of predictions.

truth

Numeric vector or matrix of true values.

Value

RMSE value.