Learn R Programming

staTools (version 0.1.0)

MPE: Mean Percentage Error

Description

Mean Percentage Error.

Usage

MPE(x, y)

Arguments

x,y
Two vectors of the same length.

Examples

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

Run the code above in your browser using DataLab