Learn R Programming

decomposedPSF (version 0.2)

eemdarima: Function to predict with EEMD-ARIMA model

Description

Function to predict with EEMD-ARIMA model

Usage

eemdarima(data, n.ahead)

Arguments

data

as input time series data

n.ahead

as horizon of values to be predicted

Value

predicted values with EEMD-ARIMA model

Examples

Run this code
# NOT RUN {
# eemdarima(data = nottem, n.ahead = 6)
# }

Run the code above in your browser using DataLab