
OxPackGetData 77
OxPackGetData
"OxPackGetData"(const sType);
"OxPackGetData"(const sType, const iVarType);
"OxPackGetData"(const sType, const iVarType, const iLag1,
const iLag2);
sType in: string, type of data to obtain from OxPack
iType in: int, variable group (only when sType equals "SelGroup",
"GetGroupCount" or "GetGroupLagCount")
iLag1,iLag2in: int, begin and end lag (only when sType equals
"GetGroupLagCount")
sVar in: string, variable name (only when sType equals
"Variable")
Return value
sType returns
"DbName" string with name of selected database
"Deterministic" integer: 3 (using centred seasonals), 2 (seasonals), -1 (no
seasonals)
"Functions" array of function definitions. Each array entry is an
array of four items: function name, variable name,
first argument (integer), second argument (integer). See
SendFunctions() for an example.
"GetGroupLagCount" integers, number of variables in the group within the
specified lag lengths
"GetGroupCount" integers, number of variables in the group
"Init" integers, number of observations to initialize recursive es-
timation
"Matrix" T
d
× k
d
data matrix
"Method" array with 3 integers: estimation method, number of
(static) forecasts, 0 or 1 (recursive or not)
"Names" array with k
d
strings, database variable names
"Sample" array with 5 integers, database sample: frequency, year1,
period1, year2, period2
"SelGroup" 3k array, specifying name, start lag, end lag of the
selection group. This can be used as input for
Database::Select().
"SelSample" array with 4 integers, estimation sample: year1, period1,
year2, period2
"Variable" array with 5 integers and a vector, sample of variable (fre-
quency, year1, period1, year2, period2) and the actual
variable
Description
Komentarze do niniejszej Instrukcji