NAG Library Routine Document
g13bbf
(multi_filter_transf)
1
Purpose
g13bbf filters a time series by a transfer function model.
2
Specification
Fortran Interface
Subroutine g13bbf ( |
y,
ny,
mr,
nmr,
par,
npar,
cy,
wa,
iwa,
b,
nb,
ifail) |
Integer, Intent (In) | :: |
ny,
mr(nmr),
nmr,
npar,
iwa,
nb | Integer, Intent (Inout) | :: |
ifail | Real (Kind=nag_wp), Intent (In) | :: |
y(ny),
par(npar),
cy | Real (Kind=nag_wp), Intent (Out) | :: |
wa(iwa),
b(nb) |
|
C Header Interface
#include nagmk26.h
void |
g13bbf_ (
const double y[],
const Integer *ny,
const Integer mr[],
const Integer *nmr,
const double par[],
const Integer *npar,
const double *cy,
double wa[],
const Integer *iwa,
double b[],
const Integer *nb,
Integer *ifail) |
|
3
Description
From a given series
a new series
is calculated using a supplied (filtering) transfer function model according to the equation
As in the use of
g13baf, large transient errors may arise in the early values of
due to ignorance of
for
, and two possibilities are allowed.
(i) |
The equation (1) is applied from so all terms in on the right-hand side of (1) are known, the unknown set of values for being taken as zero. |
(ii) |
The unknown values of for are estimated by backforecasting exactly as for g13baf. |
4
References
Box G E P and Jenkins G M (1976) Time Series Analysis: Forecasting and Control (Revised Edition) Holden–Day
5
Arguments
- 1: – Real (Kind=nag_wp) arrayInput
-
On entry: the
backforecasts starting with backforecast at time
to backforecast at time
followed by the time series starting at time
, where
. If there are no backforecasts either because the ARIMA model for the time series is not known or because it is known but has no moving average terms, then the time series starts at the beginning of
y.
- 2: – IntegerInput
-
On entry: the total number of backforecasts and time series data points in array
y.
Constraint:
.
- 3: – Integer arrayInput
-
On entry: the orders vector for the filtering transfer function model followed by the orders vector for the ARIMA model for the time series if the latter is known. The transfer function model orders appear in the standard form
as given in the
G13 Chapter Introduction. Note that if the ARIMA model for the time series is supplied then the routine will assume that the first
values of the array
y are backforecasts.
Constraints:
the filtering model is restricted in the following way:
the ARIMA model for the time series is restricted in the following ways:
- , for ;
- if , ;
- if , ;
- .
- 4: – IntegerInput
-
On entry: the number of values supplied in the array
mr. It takes the value
if no ARIMA model for the time series is supplied but otherwise it takes the value
. Thus
nmr acts as an indicator as to whether backforecasting can be carried out.
Constraint:
or .
- 5: – Real (Kind=nag_wp) arrayInput
-
On entry: the parameters of the filtering transfer function model followed by the parameters of the ARIMA model for the time series. In the transfer function model the parameters are in the standard order of MA-like followed by AR-like operator parameters. In the ARIMA model the parameters are in the standard order of non-seasonal AR and MA followed by seasonal AR and MA.
- 6: – IntegerInput
-
On entry: the total number of parameters held in array
par.
Constraints:
- if , ;
- if , .
- 7: – Real (Kind=nag_wp)Input
-
On entry: if the ARIMA model is known (i.e.,
),
cy must specify the constant term of the ARIMA model for the time series. If this model is not known (i.e.,
) then
cy is not used.
- 8: – Real (Kind=nag_wp) arrayWorkspace
- 9: – IntegerInput
-
On entry: the dimension of the array
wa as declared in the (sub)program from which
g13bbf is called.
Constraints:
let ,
then
- if , ;
- if , .
- 10: – Real (Kind=nag_wp) arrayOutput
-
On exit: the filtered output series. If the ARIMA model for the time series was known, and hence
backforecasts were supplied in
y, then
b contains
‘filtered’ backforecasts followed by the filtered series. Otherwise, the filtered series begins at the start of
b just as the original series began at the start of
y. In either case, if the value of the series at time
is held in
, then the filtered value at time
is held in
.
- 11: – IntegerInput
-
On entry: the dimension of the array
b as declared in the (sub)program from which
g13bbf is called.
In addition to holding the returned filtered series,
b is also used as an intermediate work array if the ARIMA model for the time series is known.
Constraints:
- if , ;
- if , .
- 12: – 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, | and , |
or | , for , |
or | and , |
or | and and , |
or | and , and , |
or | npar is inconsistent with the contents of mr, |
or | wa is too small, |
or | b is too small. |
-
A supplied model has parameter values which have failed the validity test.
-
The supplied time series is too short to carry out the requested filtering successfully.
-
This only occurs when an ARIMA model for the time series has been supplied. The matrix which is used to solve for the starting values for MA filtering is singular.
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
Accuracy and stability are high except when the AR-like parameters are close to the invertibility boundary. All calculations are performed in basic precision except for one inner product type calculation which on machines of low precision is performed in additional precision.
8
Parallelism and Performance
g13bbf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g13bbf 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.
If an ARIMA model is supplied,
a local workspace array
of fixed
length is
allocated internally by
g13bbf. The total size of
this array
amounts to
integer
elements, where
is the expression defined in the description of the argument
wa.
The time taken by g13bbf is roughly proportional to the product of the length of the series and number of parameters in the filtering model with appreciable increase if an ARIMA model is supplied for the time series.
10
Example
This example reads a time series of length
. It reads one univariate ARIMA
model for the series and the
filtering transfer function model.
initial backforecasts are required and these are calculated by a call to
g13ajf
.
The backforecasts are inserted at the start of the series and
g13bbf is called to perform the filtering.
10.1
Program Text
Program Text (g13bbfe.f90)
10.2
Program Data
Program Data (g13bbfe.d)
10.3
Program Results
Program Results (g13bbfe.r)