g13bjf produces forecasts of a time series (the output series) which depends on one or more other (input) series via a previously estimated multi-input model for which the state set information is not available. The future values of the input series must be supplied. In contrast with g13bhf the original past values of the input and output series are required. Standard errors of the forecasts are produced. If future values of some of the input series have been obtained as forecasts using ARIMA models for those series, this may be allowed for in the calculation of the standard errors.
The routine may be called by the names g13bjf or nagf_tsa_multi_inputmod_forecast.
3Description
g13bjf has two stages. The first stage is essentially the same as a call to the model estimation routine g13bef, with zero iterations. In particular, all the parameters remain unchanged in the supplied input series transfer function models and output noise series ARIMA model. The internal nuisance parameters associated with the pre-observation period effects of the input series are estimated where requested, and so are any backforecasts of the output noise series. The output components and , and residuals are calculated exactly as in Section 3 in g13bef, and the state set for forecasting is constituted.
The second stage is essentially the same as a call to the forecasting routine g13bhf. The same information is required, and the same information is returned.
Use of g13bjf should be confined to situations in which the state set for forecasting is unknown. Forecasting from the original data is relatively expensive because it requires recalculation of the state set. g13bjf returns the state set for use in producing further forecasts using g13bhf, or for updating the state set using g13bgf.
4References
Box G E P and Jenkins G M (1976) Time Series Analysis: Forecasting and Control (Revised Edition) Holden–Day
5Arguments
1: – Integer arrayInput
On entry: the orders vector of the ARIMA model for the output noise component.
, , and refer respectively to the number of autoregressive , moving average , seasonal autoregressive and seasonal moving average parameters.
, and refer respectively to the order of non-seasonal differencing, the order of seasonal differencing and the seasonal period.
Constraints:
, , , , , , ;
;
;
if , ;
if , ;
;
.
2: – IntegerInput
On entry: the number of input and output series. There may be any number of input series (including none), but only one output series.
3: – Integer arrayInput
On entry: the transfer function model orders , and of each of the input series. The data for input series is held in column . Row 1 holds the value , row 2 holds the value and row 3 holds the value .
For a simple input, .
Row 4 holds the value , where for a simple input, and or for a transfer function input.
The choice leads to estimation of the pre-period input effects as nuisance parameters, and suppresses this estimation. This choice may affect the returned forecasts and the state set.
When , any nonzero contents of rows 1, 2 and 3 of column are ignored.
Constraint:
, or , for .
4: – Real (Kind=nag_wp) arrayInput/Output
On entry: estimates of the multi-input model parameters. These are in order, firstly the ARIMA model parameters: values of parameters, values of parameters, values of parameters, values of parameters.
These are followed by the transfer function model parameter values , for the first of any input series and similarly for each subsequent input series. The final component of para is the value of the constant .
On exit: the parameter values may be updated using an additional iteration in the estimation process.
5: – IntegerInput
On entry: the exact number of , , , , , , parameters, so that , the summation being over all the input series. ( must be included whether its value was previously estimated or was set fixed.)
6: – IntegerInput
On entry: must be set to if the constant was estimated when the model was fitted, and if it was held at a fixed value. This only affects the degrees of freedom used in calculating the estimated residual variance.
Constraint:
or .
7: – IntegerInput
On entry: the number of original (undifferenced) values in each of the input and output time series.
8: – IntegerInput
On entry: the number of forecast values of the output series required.
Constraint:
.
9: – Real (Kind=nag_wp) arrayInput/Output
On entry: the columns of xxy must contain in the first nev places, the past values of each of the input and output series, in that order. In the next nfv places, the columns relating to the input series (i.e., columns to ) contain the future values of the input series which are necessary for construction of the forecasts of the output series .
On exit: if then xxy is unchanged except that the relevant nfv values in the column relating to the output series (column nser) contain the forecast values (fva), but if then the columns of xxy contain the corresponding values of the input component series and the values of the output noise component , in that order.
10: – IntegerInput
On entry: the first dimension of the array xxy as declared in the (sub)program from which g13bjf is called.
Constraint:
.
11: – IntegerInput
On entry: must be set to if the relevant nfv values of the forecasts (fva) are to be held in the output series column (nser) of xxy (which is otherwise unchanged) on exit, and must not be set to if the values of the input component series and the values of the output noise component are to overwrite the contents of xxy on exit.
12: – Real (Kind=nag_wp) arrayInput/Output
On entry: the first elements of rmsxy must contain the estimated residual variance of the input series ARIMA models. In the case of those inputs for which no ARIMA model is available or its effects are to be excluded in the calculation of forecast standard errors, the corresponding entry of rmsxy should be set to .
On exit: contains the estimated residual variance of the output noise ARIMA model which is calculated from the supplied series. Otherwise rmsxy is unchanged.
13: – Integer arrayInput/Output
On entry: the orders array for each of the input series ARIMA models. Thus, column contains values of , , , , , , for input series . In the case of those inputs for which no ARIMA model is available, the corresponding orders should be set to .
On exit: unchanged, except for column nser which is used as workspace.
14: – Real (Kind=nag_wp) arrayInput
On entry: values of the parameters (, , , and ) for each of the input series ARIMA models.
Thus column contains values of , values of , values of and values of , in that order.
Values in the columns relating to those input series for which no ARIMA model is available are ignored.
15: – IntegerInput
On entry: the first dimension of the array parx as declared in the (sub)program from which g13bjf is called.
Constraint:
, where is the maximum number of parameters in any of the input series ARIMA models. If there are no input series, then .
16: – Real (Kind=nag_wp) arrayOutput
On exit: the required forecast values for the output series. (Note that these are also output in column nser of xxy if .)
17: – Real (Kind=nag_wp) arrayOutput
On exit: the standard errors for each of the forecast values.
18: – Real (Kind=nag_wp) arrayOutput
On exit: the nsttf values of the state set based on the first nev sets of (past) values of the input and output series.
19: – IntegerInput
On entry: the dimension of the array sttf as declared in the (sub)program from which g13bjf is called.
Constraint:
, where and the summation is over all input series for which .
20: – IntegerOutput
On exit: the number of values in the state set array sttf.
21: – Real (Kind=nag_wp) arrayOutput
22: – IntegerInput
23: – Integer arrayOutput
24: – IntegerInput
These arguments are no longer accessed by g13bjf. Workspace is provided internally by dynamic allocation instead.
25: – IntegerInput/Output
On entry: ifail must be set to , or to set behaviour on detection of an error; these values have no effect when no error is detected.
A value of causes the printing of an error message and program execution will be halted; otherwise program execution continues. A value of means that an error message is printed while a value of means that it is not.
If halting is not appropriate, the value or is recommended. If message printing is undesirable, then the value is recommended. Otherwise, the value is recommended. When the value or is used it is essential to test the value of ifail on exit.
On exit: unless the routine detects an error or a warning has been flagged (see Section 6).
6Error Indicators and Warnings
If on entry or , explanatory error messages are output on the current error message unit (as defined by x04aaf).
Errors or warnings detected by the routine:
On entry, .
Constraint: or .
On entry, , and .
Constraint: .
On entry, .
Constraint: .
Insufficient degrees of freedom to solve the problem.
One or more sets of delta parameters do not satisfy the stationarity or invertibility conditions.
Unable to calculate the latest parameter estimates.
Failure in inversion of second derivative matrix.
One or more sets of ARIMA parameters do not satisfy the stationarity or invertibility conditions.
On entry, .
Constraint: .
An unexpected error has been triggered by this routine. Please
contact NAG.
See Section 7 in the Introduction to the NAG Library FL Interface for further information.
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library FL Interface for further information.
Dynamic memory allocation failed.
See Section 9 in the Introduction to the NAG Library FL Interface for further information.
7Accuracy
The computations are believed to be stable.
8Parallelism and Performance
g13bjf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g13bjf makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the Users' Note for your implementation for any additional implementation-specific information.
9Further Comments
The time taken by g13bjf is approximately proportional to the product of the length of each series and the square of the number of parameters in the multi-input model.
10Example
The data in this example relates to observations of an output time series and input time series. The output series has one autoregressive parameter and one seasonal moving average parameter, with initial values , and . The seasonal period is .
This example differs from the example in g13bef in that four of the input series are simple series and the fifth is defined by a transfer function with orders , , , , which allows for pre-observation period effects. The initial values for the transfer model are:
A further values of the input series are supplied, and it is assumed that the values for the fifth series have themselves been forecast from an ARIMA model with orders in which , , , and , and for which the residual mean square is .
The following are computed and printed out: the state set after initial processing of the original sets of values, the estimated residual variance for the output noise series, the forecast values and their standard errors, and the values of the components and the output noise component .