TS_AUTO_ARIMA_RESULT_MODEL_P Function [Scalar]

A supporting function for the TS_AUTO_ARIMA. Retrieves the p value produced by TS_AUTO_ARIMA when computing the ARIMA model description.

Syntax

TS_AUTO_ARIMA_RESULT_MODEL_P(auto_arima_result)

Licensing Prerequisites

Available only with RAP – The Trading Edition Enterprise.

Parameters

Usage

Returns the double-precision floating point p output parameter generated by TS_AUTO_ARIMA.

IMSL Mapping

Maps to the first element of the IMSLS_MODEL argument of imsls_d_auto_arima.

Example

See the example for TS_AUTO_ARIMA.

Standards and Compatibility

Related concepts
Scalar Time Series Forecasting and Analysis Functions
Related reference
TS_AUTO_ARIMA Function [Aggregate]
TS_AUTO_ARIMA_OUTLIER Function [Aggregate]
TS_AUTO_ARIMA_RESULT_AIC Function [Scalar]
TS_AUTO_ARIMA_RESULT_AICC [Scalar]
TS_AUTO_ARIMA_RESULT_BIC Function [Scalar]
TS_AUTO_ARIMA_RESULT_FORECAST_ERROR Function [Scalar]
TS_AUTO_ARIMA_RESULT_FORECAST_VALUE Function [Scalar]
TS_AUTO_ARIMA_RESULT_MODEL_Q Function [Scalar]
TS_AUTO_ARIMA_RESULT_MODEL_S Function [Scalar]
TS_AUTO_ARIMA_RESULT_MODEL_D Function [Scalar]
TS_AUTO_ARIMA_RESULT_RESIDUAL_SIGMA Function [Scalar]