Skip to contents

Calculate Mean Absolute Error between predictions and truth.

Usage

CalculateMAE(predictions, truth)

Arguments

predictions

Numeric vector or matrix of predictions.

truth

Numeric vector or matrix of true values.

Value

MAE value.