Learn R Programming

staTools (version 0.1.0)

MAPE: Mean Absolute Percentage Error

Description

Mean Absolute Percentage Error.

Usage

MAPE(x, y)

Arguments

x,y
Two vectors of the same length.

Examples

Run this code
x = runif(10)
y = runif(10)
MAPE(x,y)

Run the code above in your browser using DataLab