ase: ASE calculator (specific to tswge) Takes the last...

Description Usage Arguments Value Examples

View source: R/ASE.R

Description

ASE calculator (specific to tswge) Takes the last length(xhat) entries in x and compares them to xhat

Usage

1
ase(x, xhat)

Arguments

x

the time series

xhat

the saved forecast (results of forecast function)

Value

the ASE

Examples

1
2
3
xs <- generate(arma, 200)
fore <- fcst(arma, xs, n.ahead =20, lastn = TRUE)
ase(xs, fore)

josephsdavid/tswgewrapped documentation built on July 31, 2020, 9:36 a.m.