performance: Calculate performance of prediction or forecasting

Description Usage Arguments Value

Description

Calculate performance of prediction or forecasting

Usage

1
performance(object, testing = NULL, ...)

Arguments

object

an object of class "gstar".

testing

a dataframe or matrix or xts object that contain testing data. Please be noted, if you fill the differencing order in the model estimation, you do not need difference your data anymore because we already cover that in this function

...

further arguments passed to or from other methods.

Value


gstar documentation built on June 28, 2019, 5:02 p.m.

Related to performance in gstar...