g13bj 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 not in this release) 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.
Syntax
C# |
---|
public static void g13bj( int[] mr, int nser, int[,] mt, double[] para, int npara, int kfc, int nev, int nfv, double[,] xxy, int kzef, double[] rmsxy, int[,] mrx, double[,] parx, double[] fva, double[] fsd, double[] sttf, out int nsttf, out int ifail ) |
Visual Basic |
---|
Public Shared Sub g13bj ( _ mr As Integer(), _ nser As Integer, _ mt As Integer(,), _ para As Double(), _ npara As Integer, _ kfc As Integer, _ nev As Integer, _ nfv As Integer, _ xxy As Double(,), _ kzef As Integer, _ rmsxy As Double(), _ mrx As Integer(,), _ parx As Double(,), _ fva As Double(), _ fsd As Double(), _ sttf As Double(), _ <OutAttribute> ByRef nsttf As Integer, _ <OutAttribute> ByRef ifail As Integer _ ) |
Visual C++ |
---|
public: static void g13bj( array<int>^ mr, int nser, array<int,2>^ mt, array<double>^ para, int npara, int kfc, int nev, int nfv, array<double,2>^ xxy, int kzef, array<double>^ rmsxy, array<int,2>^ mrx, array<double,2>^ parx, array<double>^ fva, array<double>^ fsd, array<double>^ sttf, [OutAttribute] int% nsttf, [OutAttribute] int% ifail ) |
F# |
---|
static member g13bj : mr : int[] * nser : int * mt : int[,] * para : float[] * npara : int * kfc : int * nev : int * nfv : int * xxy : float[,] * kzef : int * rmsxy : float[] * mrx : int[,] * parx : float[,] * fva : float[] * fsd : float[] * sttf : float[] * nsttf : int byref * ifail : int byref -> unit |
Parameters
- mr
- Type: array<System..::..Int32>[]()[][]An array of size []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 , ;
- ;
- .
- nser
- Type: System..::..Int32On entry: the number of input and output series. There may be any number of input series (including none), but only one output series.
- mt
- Type: array<System..::..Int32,2>[,](,)[,][,]An array of size [, nser]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 .
- para
- Type: array<System..::..Double>[]()[][]An array of size [npara]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.
- npara
- Type: System..::..Int32On 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.)
- kfc
- Type: System..::..Int32On 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 .
- nev
- Type: System..::..Int32On entry: the number of original (undifferenced) values in each of the input and output time series.
- nfv
- Type: System..::..Int32On entry: the number of forecast values of the output series required.Constraint: .
- xxy
- Type: array<System..::..Double,2>[,](,)[,][,]An array of size [dim1, nser]Note: dim1 must satisfy the constraint: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.
- kzef
- Type: System..::..Int32On 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.
- rmsxy
- Type: array<System..::..Double>[]()[][]An array of size [nser]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.
- mrx
- Type: array<System..::..Int32,2>[,](,)[,][,]An array of size [, nser]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.
- parx
- Type: array<System..::..Double,2>[,](,)[,][,]An array of size [dim1, nser]Note: dim1 must satisfy the constraint: , where is the maximum number of parameters in any of the input series ARIMA models. If there are no input series, thenOn 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.
- fva
- Type: array<System..::..Double>[]()[][]An array of size [nfv]
- fsd
- Type: array<System..::..Double>[]()[][]An array of size [nfv]On exit: the standard errors for each of the forecast values.
- sttf
- Type: array<System..::..Double>[]()[][]An array of size [isttf]
- nsttf
- Type: System..::..Int32%On exit: the number of values in the state set array sttf.
- ifail
- Type: System..::..Int32%On exit: unless the method detects an error or a warning has been flagged (see [Error Indicators and Warnings]).
Description
g13bj has two stages. The first stage is essentially the same as a call to the model estimation method g13be, 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 [Description] in g13be, and the state set for forecasting is constituted.
The second stage is essentially the same as a call to the forecasting method (G13BHF not in this release). The same information is required, and the same information is returned.
Use of g13bj 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. g13bj returns the state set for use in producing further forecasts using (G13BHF not in this release), or for updating the state set using g13bg.
References
Box G E P and Jenkins G M (1976) Time Series Analysis: Forecasting and Control (Revised Edition) Holden–Day
Error Indicators and Warnings
Errors or warnings detected by the method:
Some error messages may refer to parameters that are dropped from this interface
(LDXXY, LDPARX) In these
cases, an error in another parameter has usually caused an incorrect value to be inferred.
On entry, , or , or .
- On entry or during execution, one or more sets of parameters do not satisfy the stationarity or invertibility test conditions.
- On entry, iwa is too small by a very considerable margin. No information is supplied about the requisite minimum size.
On entry, iwa is too small, but the requisite minimum size is returned in .
On entry, imwa is too small, but the requisite minimum size is returned in .
- This indicates a failure in (F04ASF not in this release) which is used to solve the equations giving the latest estimates of the parameters.
- 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.
Accuracy
The computations are believed to be stable.
Parallelism and Performance
None.
Further Comments
The time taken by g13bj 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.
Example
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 .
Example program (C#): g13bje.cs