Learn R Programming

decomposedPSF (version 0.2)

emdarima: Function to predict with EMD-ARIMA model

Description

Function to predict with EMD-ARIMA model

Usage

emdarima(data, n.ahead)

Arguments

data

as input time series data

n.ahead

as horizon of values to be predicted

Value

predicted values with EMD-ARIMA model

Examples

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

Run the code above in your browser using DataLab