bias.coeff: Bias Coefficient Calculation

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/mre.R

Description

Calculate the bias coefficient and plot it.

Usage

1
bias.coeff(mre,outplot=c(0,1,2))

Arguments

mre

k Root Errors.

outplot

Optional plot: 0 - No; 1 - Histogram; 2 - Boxplot.

Value

bias

k Bias Coefficients.

Author(s)

Nikolaos Kourentzes

References

Kourentzes N., Trapero J. R., Svetunkov I. Measuring the behaviour of experts on demand forecasting: a complex task. Working paper http://kourentzes.com/forecasting/2014/12/17/measuring-the-behaviour-of-experts-on-demand-forecasting-a-complex-task/

See Also

mre, mre.plot.

Examples

1
2
3
# Create some random MRE
mre <- runif(10,0,5) + runif(10,0,5)*1i
bias.coeff(mre,outplot=2)

trnnick/TStools documentation built on Sept. 14, 2019, 5:22 a.m.