A result series with same content type as the original SERIES_SPEC, meaning a univariate input yields a univariate output, and a multivariate input yields a multivariate output.
This function returns only a primary result set (ARTPRIMARY). There are NO other additional auxiliary layers returned by this function. Display the RETURNS TABLE with a SELECT statement.
RETURNS TABLE Schema
Name | Data Type | Description |
---|---|---|
derived-series-identifier | Varies | The resultant series identifier inherited from the SERIES_ID. |
ROW_I | BIGINT | Index of time series. |
OUT_payload_name | FLOAT | Calculated PACF coefficients. One result column produced for every input source payload field. |
CONF_OFF_payload_name | FLOAT | Confidence bands critical value in accordance with Bartlett’s formula. This column is returned only if the passed in ALPHA parameter was set to a non-zero value. One result column produced for every input source payload field. |
CONF_LOW_payload_name | FLOAT | Confidence bands lower limit in accordance with Bartlett’s formula. This column is returned only if the passed in ALPHA parameter was set to a non-zero value. One result column produced for every input source payload field. |
CONF_HI_payload_name | FLOAT | Confidence bands upper limit in accordance with Bartlett’s formula. This column is returned only if the passed in ALPHA parameter was set to a non-zero value. One result column produced for every input source payload field. |