NAG CL Interface
g13bec (multi_​inputmod_​estim)

Settings help

CL Name Style:


1 Purpose

g13bec fits a time series model to one output series relating it to any input series with a choice of three different estimation criteria – nonlinear least squares, exact likelihood and marginal likelihood. When no input series are present, g13bec fits a univariate ARIMA model.

2 Specification

#include <nag.h>
void  g13bec (Nag_ArimaOrder *arimav, Integer nseries, Nag_TransfOrder *transfv, double para[], Integer npara, Integer nxxy, const double xxy[], Integer tdxxy, double sd[], double *rss, double *objf, double *df, Nag_G13_Opt *options, NagError *fail)
The function may be called by the names: g13bec, nag_tsa_multi_inputmod_estim or nag_tsa_multi_inp_model_estim.

3 Description

3.1 The Multi-input Model

The output series y t , for t=1,2,,n, is assumed to be the sum of (unobserved) components z i,t which are due respectively to the inputs x i,t , for i=1,2,,m.
Thus y t = z 1,t + + z m,t + n t where n t is the error, or output noise component.
A typical component z t may be either:
  1. (a)A simple regression component, z t = ω x t (here x t is called a simple input) or
  2. (b)A transfer function model component which allows for the effect of lagged values of the variable, related to x t by
    z t = δ 1 z t-1 + δ 2 z t-2 + + δ p z t-p + ω 0 x t-b - ω 1 x t-b - 1 - - ω q x t - b - q .  
The noise n t is assumed to follow a (possibly seasonal) ARIMA model, i.e., may be represented in terms of an uncorrelated series, a t , by the hierarchy of equations:
d s D n t c + w t w t Φ 1 w t-s + Φ 2 w t - 2 × s + + Φ P w t-P × s + e t - Θ 1 e t-s - Θ 2 e t - 2 × s - - Θ Q e t-Q × s e t ϕ 1 e t-1 + ϕ 2 e t-2 + + ϕ p e t-p + a t - θ 1 a t-1 - θ 2 a t-2 - - θ q a t-q  
Note: the orders p,q appearing in each of the transfer function models and the ARIMA model are not necessarily the same; d s D n t is the result of applying non-seasonal differencing of order d and seasonal differencing of seasonality s and order D to the series n t , the differenced series is then of length N = n - d - s × D ; the constant term argument c may optionally be held fixed at its initial value (usually, but not necessarily zero) rather than being estimated.
For the purpose of defining an estimation criterion it is assumed that the series a t is a sequence of independent Normal variates having mean 0 and variance σ a 2 . An allowance has to be made for the effects of unobserved data prior to the observation period. For the noise component an allowance is always made using a form of backforecasting.
For each transfer function input, you have to decide what values are to be assumed for the pre-period terms z 0 , z −1 , , z 1-p and x 0 , x −1 , , x 1 - b-q which are in theory necessary to re-create the component series z 1 , z 2 , , z n , during the estimation procedure.
The first choice is to assume that all these values are zero. In this case in order to avoid undesirable transient distortion of the early values z 1 , z 2 , , you are advised first to correct the input series x t by subtracting from all the terms a suitable constant to make the early values x 1 , x 2 , , close to zero. The series mean x ¯ is one possibility, but for a series with strong trend, the constant might be simply x 1 .
The second choice is to treat the unknown pre-period terms as nuisance arguments and estimate them along with the other arguments. This choice should be used with caution. For example, if p=1 and b = q = 0 , it is equivalent to fitting to the data a decaying geometric curve of the form A δ t , for t=1,2,, along with the other inputs, this being the form of the transient. If the output y t contains a strong trend of this form, which is not otherwise represented in the model, it will have a tendency to influence the estimate of δ away from the value appropriate to the transfer function model.
In most applications the first choice should be adequate, with the option possibly being used as a refinement at the end of the modelling process. The number of nuisance arguments is then max(p,b+q) , with a corresponding loss of degrees of freedom in the residuals. If you align the input x t with the output by using in its place the shifted series x t-b , then setting b=0 in the transfer function model, there is some improvement in efficiency. On some occasions when the model contains two or more inputs, each with estimation of pre-period nuisance arguments, these arguments may be co-linear and lead to failure of the function. The option must then be ‘switched off’ for one or more inputs.

3.2 The Estimation Criterion

This is a measure of how well a proposed set of arguments in the transfer function and noise ARIMA models, matches the data. The estimation function searches for argument values which minimize this criterion. For a proposed set of argument values it is derived by calculating:
  1. (i)the components z 1,t , z 2,t , , z m,t as the responses to the input series x 1,t , x 2,t , , x m,t using the equations (a) or (b) above,
  2. (ii)the discrepancy between the output and the sum of these components, as the noise
    n t = y t - ( z 1,t + z 2,t ++ z m,t ) ,  
  3. (iii)the residual series a t from n t by reversing the recursive equations (c), (d) and (e) above.
This last step again requires treatment of the effect of unknown pre-period values of n t and other terms in the equations regenerating a t . One approach is to use a sum of squares function as the estimation criteria, which is equivalent to taking the infinite set of past values n 0 , n −1 , n −2 , , as (linear) nuisance arguments. There is no loss of degrees of freedom however, because the sum of squares function S may be expressed as including the corresponding set of past residuals – see Box and Jenkins (1976) page 273, who prove that
S = - n a t 2 .  
The function D=S is the first of the three possible criteria, and is quite adequate for moderate to long series with no seasonal arguments. The second is the exact likelihood criterion which considers the past set n 0 , n −1 , n −2 , , not as simple nuisance arguments, but as unobserved random variables with known distribution. Calculation of the likelihood of the observed set n 1 , n 2 , , n n requires theoretical integration over the range of the past set. Fortunately this yields a criterion of the form D = M × S (whose minimization is equivalent to maximizing the exact likelihood of the data), where S is exactly as before, and the multiplier M is a function calculated from the ARIMA model arguments. The value of M is always 1 , and M tends to 1 for any fixed argument set as the sample size n tends to . There is a moderate computational overhead in using this option, but its use avoids appreciable bias in the ARIMA model arguments and yields a better conditioned estimation problem.
The third criterion of marginal likelihood treats the coefficients of the simple inputs in a manner analogous to that given to the past set n 0 , n −1 , n −2 , . These coefficients, together with the constant term c used to represent the mean of w t , are in effect treated as random variables with highly dispersed distributions. This leads to the criterion D = M × S again, but with a different value of M which now depends on the simple input series values x t . In the presence of a moderate to large number of simple inputs, the marginal likelihood criterion can counteract bias in the ARIMA model arguments which is caused by estimation of the simple inputs. This is particularly important in relatively short series.
g13bec can be used with no input series present, to estimate a univariate ARIMA model for the ouput alone. The marginal likelihood criterion is then distinct from exact likelihood only if a constant term is being estimated in the model, because this is treated as an implicit simple input.

3.3 The Estimation Procedure

This is the minimization of the estimation criterion or objective function D (for deviance). The function uses an extension of the algorithm of Marquardt (1963). The step size in the minimization is inversely related to an argument α , which is increased or decreased by a factor β at successive iterations, depending on the progress of the minimization. Convergence is deemed to have occurred if the fractional reduction of D in successive iterations is less than a value γ , while α<1 .
Certain model arguments (in fact all excluding the ω 's) are subject to stability constraints which are checked throughout to within a specified tolerance multiple δ of machine accuracy. Using the least squares criterion, the minimization may halt prematurely when some arguments ‘stick’ at a constraint boundary. This can happen particularly with short seasonal series (with a small number of whole seasons). It will not happen using the exact likelihood criterion, although convergence to a point on the boundary may sometimes be rather slow, because the criterion function may be very flat in such a region. There is also a smaller risk of a premature halt at a constraint boundary when marginal likelihood is used.
A positive, or zero number of iterations can be specified. In either case, the value D of the objective function at iteration zero is computed at the initial argument values, except for the estimation of any pre-period terms for the input series, backforecasts for the noise series, and the coefficients of any simple inputs, and the constant term (unless this is held fixed).
At any later iteration, the value of D is computed after re-estimation of the backforecasts to their optimal values, corresponding to the model arguments presented at that iteration. This is not true for any pre-period terms for the input series which, although they are updated from the previous iteration, may not be precisely optimal for the argument values presented, unless convergence of those arguments has occurred. However, in the case of marginal likelihood being specified, the coefficients of the simple inputs and the constant term are also re-estimated together with the backforecasts at each iteration, to values which are optimal for the other argument values presented.

3.4 Further Results

The residual variance is taken as erv = S df where df = N - (total number of arguments estimated), is the residual degrees of freedom (for definition of S see Section 3.2 and for definition of N see Section 3.1). The pre-period nuisance arguments for the input series are included in the reduction of df , as is the constant if it is estimated.
The covariance matrix of the vector of model parameter estimates is given by
erv × H −1  
where H is the linearised least squares matrix taken from the final iteration of the algorithm of Marquardt. From this expression are derived the vector of standard deviations, and the correlation matrix of parameter estimates. These are approximations which are only valid asymptotically, and must be treated with great caution when the parameter estimates are close to their constraint boundaries.
The residual series a t is available upon completion of the iterations over the range t = 1 + d + s × D , , n corresponding to the differenced noise series w t .
Because of the algorithm used for backforecasting, these are only true residuals for t 1 + q + s × Q - p - s × P - d - s × D , provided this is positive. Estimation of pre-period terms for the inputs will also tend to reduce the magnitude of the early residuals, sometimes severely.
The model component series z 1,t , , z m,t and n t may optionally be returned in order to assess the effects of the various inputs on the output.

4 References

Box G E P and Jenkins G M (1976) Time Series Analysis: Forecasting and Control (Revised Edition) Holden–Day
Byng M Fitting a seasonal ARIMA model using the NAG C Library NAG Technical Report TR3/09 https://www.nag.com/content/technical-report-repository#tr0309
Marquardt D W (1963) An algorithm for least squares estimation of nonlinear parameters J. Soc. Indust. Appl. Math. 11 431

5 Arguments

1: arimav Nag_ArimaOrder *
Pointer to structure of type Nag_ArimaOrder with the following members:
pInteger
dIntegerInput
qIntegerInput
bigpIntegerInput
bigdIntegerInput
bigqIntegerInput
sIntegerInput
On entry: these seven members of arimav must specify the orders vector (p,d,q,P,D,Q,s) , respectively, of the ARIMA model for the output noise component.
p , q , P and Q refer, respectively, to the number of autoregressive (ϕ) , moving average (θ) , seasonal autoregressive (Φ) and seasonal moving average (Θ) arguments.
d , D and s refer, respectively, to the order of non-seasonal differencing, the order of seasonal differencing and the seasonal period.
Constraints:
  • p, d, q, P, D, Q, s0;
  • p+q+P+Q>0;
  • s1;
  • if s=0, P+D+Q=0;
  • if s>1, P+D+Q>0;
  • d+s×(P+D)n;
  • p+d-q+s×(P+D-Q)n.
2: nseries Integer Input
On entry: the total number of input and output series. There may be any number of input series (including none), but always one output series.
Constraint: nseries>1 if there are no arguments in the model (that is p = q = P = Q = 0 and options.cfixed=Nag_TRUE ), nseries1 otherwise.
3: transfv Nag_TransfOrder *
Pointer to structure of type Nag_TransfOrder with the following members:
bInteger *Input/Output
qInteger *Input/Output
pInteger *
rInteger *Input/Output
On entry/exit: before use these member pointers must be allocated memory by calling g13byc which allocates nseries-1 elements to each pointer. The memory allocated to these pointers must be given the transfer function model orders b , q and p of each of the input series. The order arguments for input series i are held in the i th element of the allocated memory for each pointer. transfvb[i-1] holds the value b i , transfvq[i-1] holds the value q i and transfvp[i-1] holds the value p i . For a simple input, b i = q i = p i = 0 . transfvr[i-1] holds the value r i , where r i = 1 for a simple input, r i = 2 for a transfer function input for which no allowance is to be made for pre-observation period effects, and r i = 3 for a transfer function input for which pre-observation period effects will be treated by estimation of appropriate nuisance arguments. When r i = 1 , any nonzero contents of the i th element of transfvb, transfvq and transfvp are ignored.
Constraint: transfvr[i-1]=1, 2 or 3, for i=1,2,,nseries-1
The memory allocated to the members of transfv must be freed by a call to g13bzc
4: para[npara] double Input/Output
On entry: initial values of the multi-input model arguments. These are in order, firstly the ARIMA model arguments: p values of ϕ arguments, q values of θ arguments, P values of Φ arguments and Q values of Θ arguments. These are followed by initial values of the transfer function model arguments ω 0 , ω 1 , , ω q 1 , δ 1 , δ 2 , , δ p 1 for the first of any input series and similarly for each subsequent input series. The final component of para is the initial value of the constant c , whether it is fixed or is to be estimated.
On exit: the latest values of the estimates of these arguments.
5: npara Integer Input
On entry: the exact number of ϕ , θ , Φ , Θ , ω , δ and c arguments.
Constraint: npara = p + q + P + Q + nseries + ( p i + q i ) , the summation being over all the input series. ( c must be included, whether fixed or estimated.)
6: nxxy Integer Input
On entry: the (common) length of the original, undifferenced input and output time series.
7: xxy[nxxy×tdxxy] const double Input
Note: the (i,j)th element of the matrix is stored in xxy[(i-1)×tdxxy+j-1].
On entry: the columns of xxy must contain the nxxy original, undifferenced values of each of the input series, x t , and the output series, y t , in that order.
8: tdxxy Integer Input
On entry: the stride separating matrix column elements in the array xxy.
Constraint: tdxxynseries .
9: sd[npara] double Output
On exit: the npara values of the standard deviations corresponding to each of the arguments in para. When the constant is fixed its standard deviation is returned as zero. When the values of para are valid, the values of sd are usually also valid unless the function fails to invert the second derivative matrix in which case fail will have an exit value of NE_MAT_NOT_POS_DEF.
10: rss double * Output
On exit: the residual sum of squares, S , at the latest set of valid parameter estimates.
11: objf double * Output
On exit: the objective function, D , at the latest set of valid parameter estimates.
12: df double * Output
On exit: the degrees of freedom associated with S .
13: options Nag_G13_Opt * Input/Output
On entry/exit: a pointer to a structure of type Nag_G13_Opt whose members are optional parameters for g13bec. If the optional parameters are not required, then the null pointer, G13_DEFAULT, can be used in the function call to g13bec. Details of the optional parameters and their types are given below in Section 11.2.
14: fail NagError * Input/Output
The NAG error argument (see Section 7 in the Introduction to the NAG Library CL Interface).

6 Error Indicators and Warnings

If the intermediate results of optimization are written to a file using the optional parameter options.outfile, then NE_NOT_APPEND_FILE, NE_WRITE_ERROR and NE_NOT_CLOSE_FILE could also occur.
NE_2_INT_ARG_LT
On entry, tdxxy=value while nseries=value . These arguments must satisfy tdxxynseries .
NE_ALLOC_FAIL
Dynamic memory allocation failed.
NE_ARIMA_TEST_FAILED
On entry, or during execution, one or more sets of the ARIMA ( ϕ , θ , Φ or Θ ) arguments do not satisfy the stationarity or invertibility test conditions.
NE_BAD_PARAM
On entry, argument options.cfixed had an illegal value.
On entry, argument options.criteria had an illegal value.
On entry, argument options.print_level had an illegal value.
NE_CONSTRAINT
General constraint: value.
NE_DELTA_TEST_FAILED
On entry, or during execution, one or more sets of δ arguments do not satisfy the stationarity or invertibility test conditions.
NE_DIFORDER_LEN_INCONSIST
The orders of differencing specified in the structure arimav must satisfy nxxy > arimavd + (arimavs*arimavbigd), nxxy=value , arimavd=value , arimavs=value , arimavbigd=value .
NE_G13_OPTIONS_NOT_INIT
On entry, the option structure, options, has not been initialized using g13bxc.
NE_G13_ORDERS_NOT_INIT
On entry, the orders array structure, transfv, has not been successfully initialized using function g13byc.
NE_INT_ARG_LT
On entry, nseries=value.
Constraint: nseries1.
On entry, options.gamma=value.
Constraint: options.gamma0.0.
On entry, options.max_iter=value.
Constraint: options.max_iter0.
NE_INT_ARRAY_2
Value value given to transfv. transfvr[value] not valid. Correct range for elements of transfv.transfvr is 1 transfvr[i] 3 .
NE_INTERNAL_ERROR
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.
NE_INVALID_NSER
On entry, nseries=1 and there are no arguments in the model, i.e., ( p = q = P = Q = 0 and options.cfixed=Nag_TRUE ).
NE_ITER_FAIL_NIT
The function has failed to converge after options.max_iter iterations, where options.max_iter=value . If steady decreases in the objective function, D , were monitored up to the point where this exit occurred, see the optional parameter options.print_level, then options.max_iter was probably set too small. If so the calculations should be restarted from the final point held in para.
NE_MAT_NOT_POS_DEF
Attempt to invert the second derivative matrix needed in the calculation of the covariance matrix of the parameter estimates has failed. The matrix is not positive definite, possibly due to rounding errors.
NE_NOT_APPEND_FILE
Cannot open file string for appending.
NE_NOT_CLOSE_FILE
Cannot close file string .
NE_NPARA_MR_MT_INCONSIST
On entry, there is inconsistency between npara on the one hand and the elements in the orders structures, arimav and transfv on the other.
NE_NSER_INCONSIST
Value of nseries passed to g13byc was value which is not equal to the value value passed in this function.
NE_REAL_ARG_GE
On entry, options.gamma must not be greater than or equal to 1.0: options.gamma=value .
NE_REAL_ARG_LE
On entry, options.alpha=value.
Constraint: options.alpha>0.0.
On entry, options.beta=value.
Constraint: options.beta>1.0.
NE_REAL_ARG_LT
On entry, options.delta=value.
Constraint: options.delta1.0.
NE_SOLUTION_FAIL_CONV
Iterative refinement has failed to improve the solution of the equations giving the latest estimates of the arguments. This occurred because the matrix of the set of equations is too ill-conditioned.
NE_WRITE_ERROR
Error occurred when writing to file string .

7 Accuracy

The computation used is believed to be stable.

8 Parallelism and Performance

Background information to multithreading can be found in the Multithreading documentation.
g13bec is not threaded in any implementation.

9 Further Comments

The time taken by g13bec is approximately proportional to nxxy × options.iter × npara 2 .

10 Example

The data in the example relate to 40 observations of an output time series and of a single input time series. The noise series has one autoregressive (ϕ) and one seasonal moving average (Θ) argument (both of which are initially set to zero) for which the seasonal period is 4. The input series is defined by orders b 1 = 1 , q 1 = 0 , p 1 = 1 , r 1 = 3 , so that it has one ω (initially set to 2.0) and one δ (initially set to 0.5), and allows for pre-observation period effects. The constant (initially set to zero) is to be estimated so that the flag for the constant c , options.cfixed, remains unchanged from its default value of Nag_FALSE. Default values of zsp are used. Up to 20 iterations are allowed so that options.max_iter is set to 20, and the progress of these is monitored and solution output by setting options.print_level=Nag_Soln_Iter_Full. Marginal likelihood is the chosen estimation criterion so that options.criteria=Nag_Marginal.
After the successful call to g13bec, the following are computed and printed out: the correlation matrix, the residuals for the 36 differenced values and the values of z t and n t .
An additional example showing how to use g13bec to fit a seasonal ARIMA model can be found in Byng.

10.1 Program Text

Program Text (g13bece.c)

10.2 Program Data

Program Data (g13bece.d)

10.3 Program Results

Program Results (g13bece.r)

11 Optional Parameters

A number of optional input and output arguments to g13bec are available through the structure argument options of type Nag_G13_Opt. An argument may be selected by assigning an appropriate value to the relevant structure member. Those arguments not selected will be assigned default values. If no use is to be made of any of the optional parameters you should use the null pointer, G13_DEFAULT, in place of options when calling g13bec; the default settings will then be used for all arguments.
Before assigning values to options the structure must be initialized by a call to the function g13bxc. Values may then be assigned directly to the structure members in the normal C manner.
Options selected are checked within g13bec for being within the required range, if outside the range, an error message is generated.
When all calls to g13bec have been completed and the results contained in the options structure are no longer required; then g13xzc should be called to free the NAG allocated memory from options.

11.1 Optional Parameters Checklist and Default Values

For easy reference, the following list shows the input and output members of options which are valid for g13bec together with their default values where relevant. ε is the machine precision.
Boolean options.list Nag_TRUE
Nag_PrintType options.print_level Nag_Soln
char outfile[80] stdout
void (*options.print_fun)() NULL
Boolean options.cfixed Nag_FALSE
Nag_Likelihood options.criteria Nag_Exact
Integeroptions.max_iter 50
double options.alpha 0.01
double options.beta 10.0
double options.delta 1000.0
double options.gamma max(100ε, 10 −7 )
Integer options.iter double *options.cm
double *options.res Integer options.lenres
double *options.zt double *options.noise

11.2 Description of the Optional Parameters

list – Nag_Boolean
On entry: if options.list=Nag_TRUE then the argument settings which are used in the call to g13bec will be printed.
print_level – Nag_PrintType
On entry: the level of results produced by g13bec. The following values are available:
Nag_NoPrint No output.
Nag_Soln The final solution.
Nag_Iter One line of output for each iteration.
Nag_Soln_Iter The final solution and one line of output for each iteration.
Nag_Soln_Iter_Full The final solution and detailed printout at each iteration.
Details of each level of results printout are described in Section 7.3.
Constraint: options.print_level=Nag_PrintNotSet, Nag_Soln, Nag_Iter, Nag_Soln_Iter or Nag_Soln_Iter_Full.
outfile – const char[80]
On entry: name of file to which the results of monitoring the course of the optimization should be printed. If options.outfile[0] = '' \ 0 '' then the stdout stream is used.
print_fun – pointer to function
On entry: printing function defined by you; the prototype of options.print_fun is
void (*print_fun)(const Nag_UserPrintFun *bfx, Nag_Comm *Comm);
See Section 11.3.1 below for further details.
cfixed – Nag_Boolean
On entry: options.cfixed must be set to Nag_TRUE if the constant c is to remain fixed at its initial value, and to Nag_FALSE if it is to be estimated.
criteria – Nag_Likelihood
On entry: indicates the likelihood option for the estimation criterion. options.criteria must be set to Nag_LeastSquares, Nag_Exact or Nag_Marginal, to select the least squares, exact or marginal likelihood, respectively.
Constraint: options.criteria=Nag_LeastSquares, Nag_Exact or Nag_Marginal.
max_iter – Integer
On entry: the maximum required number of iterations. If options.max_iter=0 , no change is made to any of the model arguments in array para except that the constant c (if options.cfixed=Nag_FALSE ) and any ω relating to simple input series are estimated. (Apart from these, estimates are always derived for the nuisance arguments relating to any backforecasts and any pre-observation period effects for transfer function inputs.)
Constraint: options.max_iter0 .
alpha – double
On entry: α , the value used to constrain the magnitude of the search procedure steps (see Section 3.3).
Constraint: options.alpha>0.0 .
beta – double
On entry: β , the multiplier which regulates the value of α (see Section 3.3).
Constraint: options.beta>1.0 .
delta – double
On entry: δ , the value of the stationarity and invertibility test tolerance factor (see Section 3.3).
Constraint: options.delta1.0 .
gamma – double
On entry: γ , the convergence criterion (see Section 3.3).
Constraint: 0.0 options.gamma < 1.0 .
iter – Integer 
On exit: the number of iterations carried out. A value of options.iter = −1 on exit indicates that the only estimates obtained up to this point have been for the nuisance arguments relating to backforecasts, unless the marginal likelihood option is used in which case estimates have also been obtained for simple input coefficients ω and for the constant c (if options.cfixed=Nag_FALSE ). This value of options.iter usually indicates a failure in a consequent step of estimating transfer function input pre-observation period nuisance arguments. A value of options.iter=0 on exit indicates that estimates have been obtained up to this point for the constant c (if options.cfixed=Nag_FALSE ), for simple input coefficients ω and for the nuisance arguments relating to the backforecasts and to transfer function input pre-observation period effects.
cm – double
On exit: this pointer is allocated memory internally with npara×npara elements corresponding to npara rows by npara columns. The npara rows and columns of options.cm contain the correlation coefficients relating to each pair of arguments in para. All coefficients relating to the constant will be zero if the constant is fixed. However, if the function fails to invert the second derivative matrix, in which case fail will have an exit value of NE_MAT_NOT_POS_DEF, then the contents of options.cm will be indeterminate.
res – double
On exit: the values of the residuals relating to the differenced values of the output series. This pointer is allocated memory internally with options.lenres elements.
lenres – Integer 
On exit: the length of options.res.
zt – double
On exit: this pointer is allocated memory internally with nxxy × (nseries-1) elements corresponding to nxxy rows by (nseries-1) columns. The columns of options.zt hold the values of the input component series z t .
noise – double
On exit: this pointer is allocated memory internally with nxxy elements. It holds the output noise component n t .

11.3 Description of Printed Output

The level of printed output can be controlled with the structure members options.list and options.print_level, see Section 7.2. If options.list=Nag_TRUE then the argument values to g13bec are listed, whereas the printout of results is governed by the value of options.print_level. The default of options.print_level=Nag_Soln which provides a printout of the final solution. This section describes all of the possible levels of results printout available from g13bec. When options.print_level=Nag_Iter or Nag_Soln_Iter a single line of output is produced at each iteration, this gives the following values.
Iter the current iteration number, options.iter.
Residual the residual sum of squares, print_funrss.
Objf the objective function at the latest set of parameter estimates.
When options.print_level=Nag_Soln_Iter_Full a description and value for each of the arguments in the para array is output. The descriptions are phi for ϕ , theta for θ , sphi for Φ . stheta for Θ , omega/si for ω in a simple input, omega for ω in a transfer function input, options.delta for δ and constant for c . In addition series 1, series 2, etc, indicate the input series relevant to the omega and options.delta arguments.
If options.print_level=Nag_Soln, Nag_Soln_Iter or Nag_Soln_Iter_Full the final solution is printed out. This consists of:
i the argument number.
para[i] the values of the argument.
sd the standard deviations.
options.iter the number of iterations carried out.
rss the residual sum of squares.
objf the objective function.
df the degrees of freedom.
If options.print_level=Nag_NoPrint then printout will be suppressed; you can print the final solution when g13bec returns to the calling program.

11.3.1 Output of results via a user-defined printing function

You may also specify their own print function for output of iteration results and the final solution by use of the options.print_fun function pointer, prototype
void (*print_fun) (const Nag_UserPrintFun *bfx, Nag_Comm *Comm);
The rest of this section can be skipped if the default printing facilities provide the required functionality. When a user-defined function is assigned to options.print_fun this will be called in preference to the internal print function of g13bec. Calls to the user-defined function are again controlled by means of the options.print_level member. Information is provided through two structure arguments to options.print_fun, the structure of type Nag_UserPrintFun contains the following members relevant to g13bec:
itcInteger
The number of the particular iteration being monitored.
rssdouble *
The residual sum of squares, S , at the latest set of valid parameter estimates.
objfdouble *
The objective function, D , at the latest set of valid parameter estimates.
paradouble *
The pointer to memory containing print_funnpara latest values of the estimates of the multi-input model arguments.
nparaInteger
The exact number of ϕ , θ , Φ , Θ , ω , δ and c arguments.
npeInteger
The number of ARIMA ( ϕ , θ , Φ , Θ ), omega (ω) , options.delta (δ) , and c arguments being estimated.
mtypInteger
mserInteger
The pointers to memory, each with print_funnpe elements. The value of each element in print_funmtyp and print_funmser corresponds to the description of each parameter estimated in print_funpara. The following should be read in conjunction with the description of the argument print. The relevant description for the value of print_funpara is:
print_funmtyp[i] Description
1 phi
2 theta
3 sphi
4 stheta
5 omega/si series print_funmser[i]
6 omega series print_funmser[i]
7 options.delta series print_funmser[i]
8 constant
for i = 0 , 1 , , print_funnpe. For the phi, theta, sphi, stheta and constant arguments, print_funmser[i] = 0 .
sddouble *
The pointer to memory containing the npara values of the standard deviations.
dfdouble *
The number of degrees of freedom associated with S.