ARIMA Parameter Importer

Reads parameters from a table and returns them as an ARIMA Port Object. You have to specify the input column name. The table should have two column: Parameter and Value. The parameters should be in the following order: "p", "d", "q", seasonal p, d, q ("sp", "sd", "sq"), seasonal period ("sPeriod"); the mu (single); the AR values (p count, "ar" + 1-based index as parameter), MA values (q count, "ma" + 1-based index as parameter), the seasonal AR values (sp count, "sar" + 1-based index as parameter), seasonal MA values (sq count, "sma" + 1-based index as parameter) and sigma^2 ("sigma2") and "loglikelihood".

Options

Training column name
Column name in the training dataset.

Input Ports

Icon
Table with parameters of the ARIMA model.

Output Ports

Icon
ARIMA model.

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.