MAE: Mean Absolute Error

Description Usage Arguments Examples

View source: R/MAE.R

Description

Mean Absolute Error.

Usage

1
MAE(x, y)

Arguments

x,y

Two vectors of the same length.

Examples

1
2
3
x = runif(10)
y = runif(10)
MAE(x,y)

staTools documentation built on May 2, 2019, 2:17 a.m.

Related to MAE in staTools...