emd.pred: Prediction by EMD and VAR model

Description Usage Arguments Details Value References

View source: R/EMD1d.R

Description

This function calculates prediction values and confidence limits using EMD and VAR (vector autoregressive) model.

Usage

1
emd.pred(varpred, trendpred, ci = 0.95, figure = TRUE) 

Arguments

varpred

prediction result of IMF's by VAR model.

trendpred

prediction result of residue by polynomial regression model.

ci

confidence interval level.

figure

specifies whether prediction result is displayed.

Details

This function calculates prediction values and confidence limits using EMD and VAR (vector autoregressive) model. See Kim et al. (2008) for detalis.

Value

fcst

prediction values

lower

lower limits of prediction

upper

upper limits of prediction

References

Kim, D, Paek, S.-H. and Oh, H.-S. (2008) A Hilbert-Huang Transform Approach for Predicting Cyber-Attacks. Journal of the Korean Statistical Society, 37, 277–283, doi:10.1016/j.jkss.2008.02.006.


EMD documentation built on Jan. 4, 2022, 1:08 a.m.

Related to emd.pred in EMD...