TS_AUTO_ARIMA_RESULT_FORECAST_ERROR Function [Scalar]

A supporting function for TS_AUTO_ARIMA. Retrieves the forecasted standard error values for the original input series produced by TS_AUTO_ARIMA.

Syntax

TS_AUTO_ARIMA_RESULT_FORECAST_ERROR(auto_arima_result,
forecast_element_number)

Licensing prerequisites

Available only with RAP – The Trading Edition Enterprise.

Parameters

Usage

Returns a double-precision floating point value for the standard error of the specified forecasted element. The implicit time value for this forecasted error value is the last time value in the input time_values passed to TS_AUTO_ARIMA, plus the specified forecast_element_number.

IMSL mapping

Maps to the IMSLS_OUTLIER_FORECAST argument of imsls_d_auto_arima.

Example

See the example for TS_AUTO_ARIMA.

Standards and compatibility

See also


  • System Administration Guide: Volume 2 > Using OLAP

  • IMSL C Numerical Library User’s Guide: Volume 2 of 2 C Stat Library