aabse: Average Absolute Mean Error

Description Usage Arguments Details See Also

View source: R/gof.R

Description

Calculation of the average absolute mean error (AABSE). The AABSE is also called mean absolute error (MAE).

Usage

1
aabse(actual, estimated)

Arguments

actual

vector, consisting of the observed values.

estimated

vector, consisting of the estimated values.

Details

Calculation of the AABSE according to the formula:

\mbox{AABSE}=\frac{1}{m}|\bm{ε}|\bm{ι},

whereas \bm{ε} is the vector of the yield or price errors of the bonds and \bm{ι} is a column vector filled with ones. m is the number of bonds, for which \bm{ε} has been calculated.

See Also

rmse


termstrc documentation built on May 29, 2017, 1:05 p.m.