TSrepr (version 1.0.4)

mdae: MdAE

Description

The mdae computes MdAE (Median Absolute Error) of a forecast.

Usage

mdae(x, y)

Arguments

x

the numeric vector of real values

y

the numeric vector of forecasted values

Value

the numeric value

Examples

Run this code
# NOT RUN {
mdae(runif(50), runif(50))

# }

Run the code above in your browser using DataLab