emdpsf {decomposedPSF}R Documentation

Function to predict with EMD-PSF model

Description

Function to predict with EMD-PSF model

Usage

emdpsf(data, n.ahead)

Arguments

data

as input time series data

n.ahead

as horizon of values to be predicted

Value

predicted values with EMD-PSF model

Examples

# emdpsf(data = nottem, n.ahead = 6)

[Package decomposedPSF version 0.2 Index]