mre.plot: Mean Root Error Bias Plot

Description Usage Arguments Author(s) References See Also Examples

View source: R/mre.R

Description

Plots the ‘Bias Plot’ for MRE.

Usage

1
mre.plot(mre,main=NULL,plot.legend=c(TRUE,FALSE),maxmag=NULL,ts=1,group=NULL)

Arguments

mre

k Root or Mean Root Errors to be plotted. These must already be complex numbers.

main

Main title for plot.

plot.legend

If TRUE plot legend when k>1.

maxmag

Maximum MRE magnitude.

ts

Text size cex.

group

Vector containing either characters or numerics to group errors.

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

bias.coeff, mre.

Examples

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

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