as_lag | R Documentation |
Get ANN lag from ARIMA(X) lag
as_lag(arima_lag = 0L, type = "univariate")
arima_lag |
The lag or p-Value from an ARIMA(X) (p-d-q) model. |
type |
The type of time series: |
The lag number for a LSTM.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.