localsimple_taures {tsfeatures} | R Documentation |
The first zero crossing of the autocorrelation function of the residuals from Simple local time-series forecasting from software package hctsa
Description
Simple predictors using the past trainLength values of the time series to predict its next value.
Usage
localsimple_taures(y, forecastMeth = c("mean", "lfit"), trainLength = NULL)
Arguments
y |
the input time series |
forecastMeth |
the forecasting method, default to |
trainLength |
the number of time-series values to use to forecast the next value.
Default to 1 when using method |
Value
The first zero crossing of the autocorrelation function of the residuals
[Package tsfeatures version 1.1.1 Index]