MAE_calculator: MAE calculation

Description Usage Arguments Details

Description

Simple function to calculate MAE values

Usage

1
MAE_calculator(real, predicted)

Arguments

real

Numeric vector with the "real" values

predicted

Numeric vector with the "predicted" values

Details

Usually MAE values are calculated comparing the predicted values of one model with the real values measured. But it can also be calculated to compare between simple and complex models


MalditoBarbudo/MedfateValidation documentation built on May 7, 2019, 1:22 p.m.