MPE: Mean Percentage Error

Description Usage Arguments Examples

View source: R/MPE.R

Description

Mean Percentage Error.

Usage

1
MPE(x, y)

Arguments

x,y

Two vectors of the same length.

Examples

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

Example output

[1] -95.38097

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

Related to MPE in staTools...