as_lag: Get ANN lag from ARIMA(X) lag

View source: R/deepRNN.r

as_lagR Documentation

Get ANN lag from ARIMA(X) lag

Description

Get ANN lag from ARIMA(X) lag

Usage

as_lag(arima_lag = 0L, type = "univariate")

Arguments

arima_lag

The lag or p-Value from an ARIMA(X) (p-d-q) model.

type

The type of time series: univariate or multivariate.

Value

The lag number for a LSTM.

See Also

Other Recurrent Neural Network (RNN): as_LSTM_X(), as_LSTM_Y(), as_LSTM_data_frame(), as_LSTM_period_outcome(), as_timesteps(), build_LSTM(), fit_LSTM(), get_LSTM_XY(), get_period_shift(), load_weights_ANN(), predict_ANN(), save_weights_ANN(), start_invert_differencing()


stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.