- SERIES_SPEC
- Table containing a multivariate series. The SERIES_SPEC is required to have a payload content of MULTIVAR_REAL. The passed-in payload fields must have the following elements and be passed in the order:
- Residual column
- Field 2, … , fieldN that are the original explanatory variable columns x1, x2, … xN.
- ART_SPEC
- An ART created by a UAF function, and includes an ARTFITRESIDUALS layer. The ART_SPEC must include TABLE_NAME. Do not use any other ART_SPEC parameters.
ART_SPEC (TABLE_NAME( [database-name .] table-name ) )
See ART Specifications.
- FUNC_PARAMS
-
Name Data Type Description VARIABLES_COUNT Integer Number of explanatory variables in the PAYLOAD() declaration of the original series specification. The explanatory variables are the variables that are used in the auxiliary regression. SIGNIFICANCE_LEVEL FLOAT The significance level for the test. - INPUT_FMT
- No INPUT_FMT options are available for this function.
- OUTPUT_FMT
- No OUTPUT_FMT options are available for this function.