TS_DOUBLE_ARRAY Function [Scalar]

A supporting function for TS_GARCH. Constructs a logical array consisting of 3 – 10 constant double-precision floating point values, and returns a single varbinary value.

Syntax

TS_DOUBLE_ARRAY(xguess1, xguess2, xguess3, [ … [ , xguess10] …] ])

Licensing Prerequisites

Available only with RAP – The Trading Edition Enterprise.

Parameters

Usage

A scalar function that supports TS_GARCH. Generates the xguess_array for the TS_GARCH xguess_binary_encoding parameter.

IMSL Mapping

Maps to the float xguess[] argument of imsls_d_garch.

Example

See the example for TS_GARCH.

Standards and Compatibility

Related concepts
Scalar Time Series Forecasting and Analysis Functions
Related reference
TS_GARCH Function [Aggregate]
TS_GARCH_RESULT_A Function [Scalar]
TS_GARCH_RESULT_AIC Function [Scalar]
TS_GARCH_RESULT_USER [Scalar]