NAG Library Routine Document
g13bjf
(multi_inputmod_forecast)
1
Purpose
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.
2
Specification
Fortran Interface
Subroutine g13bjf ( |
mr,
nser,
mt,
para,
npara,
kfc,
nev,
nfv,
xxy,
ldxxy,
kzef,
rmsxy,
mrx,
parx,
ldparx,
fva,
fsd,
sttf,
isttf,
nsttf,
wa,
iwa,
mwa,
imwa,
ifail) |
Integer, Intent (In) | :: |
nser,
mt(4,nser),
npara,
kfc,
nev,
nfv,
ldxxy,
kzef,
ldparx,
isttf,
iwa,
imwa | Integer, Intent (Inout) | :: |
mr(7),
mrx(7,nser),
ifail | Integer, Intent (Out) | :: |
nsttf,
mwa(imwa) | Real (Kind=nag_wp), Intent (In) | :: |
parx(ldparx,nser) | Real (Kind=nag_wp), Intent (Inout) | :: |
para(npara),
xxy(ldxxy,nser),
rmsxy(nser) | Real (Kind=nag_wp), Intent (Out) | :: |
fva(nfv),
fsd(nfv),
sttf(isttf),
wa(iwa) |
|
C Header Interface
#include nagmk26.h
void |
g13bjf_ (
Integer mr[],
const Integer *nser,
const Integer mt[],
double para[],
const Integer *npara,
const Integer *kfc,
const Integer *nev,
const Integer *nfv,
double xxy[],
const Integer *ldxxy,
const Integer *kzef,
double rmsxy[],
Integer mrx[],
const double parx[],
const Integer *ldparx,
double fva[],
double fsd[],
double sttf[],
const Integer *isttf,
Integer *nsttf,
double wa[],
const Integer *iwa,
Integer mwa[],
const Integer *imwa,
Integer *ifail) |
|
3
Description
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.
4
References
Box G E P and Jenkins G M (1976) Time Series Analysis: Forecasting and Control (Revised Edition) Holden–Day
5
Arguments
- 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 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 referenced, but are included for backwards compatability.
- 25: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, if you are not familiar with this argument, the recommended value is
.
When the value 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).
6
Error 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, | , |
or | , |
or | , |
or | . |
-
On entry,
ldparx is too small or
npara is inconsistent with the orders specified in arrays
mr and
mt; or one of the
, stored in
, does not equal
,
or
.
-
On entry or during execution, one or more sets of parameters do not satisfy the stationarity or invertibility test conditions.
-
Unable to calculate the latest parameter estimates.
-
This indicates a failure in the inversion of the second derivative matrix associated with parameter estimation.
-
On entry or during execution, one or more sets of the ARIMA (, , or ) parameters do not satisfy the stationarity or invertibility test conditions.
-
On entry, | isttf is too small. |
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
The computations are believed to be stable.
8
Parallelism 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.
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.
10
Example
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 .
10.1
Program Text
Program Text (g13bjfe.f90)
10.2
Program Data
Program Data (g13bjfe.d)
10.3
Program Results
Program Results (g13bjfe.r)