NAG FL Interface
f04fef (real_toeplitz_yule)
1
Purpose
f04fef solves the Yule–Walker equations for a real symmetric positive definite Toeplitz system.
2
Specification
Fortran Interface
Integer, Intent (In) |
:: |
n |
Integer, Intent (Inout) |
:: |
ifail |
Real (Kind=nag_wp), Intent (In) |
:: |
t(0:n) |
Real (Kind=nag_wp), Intent (Inout) |
:: |
p(*), v(*) |
Real (Kind=nag_wp), Intent (Out) |
:: |
x(n), vlast, work(n-1) |
Logical, Intent (In) |
:: |
wantp, wantv |
|
C Header Interface
#include <nag.h>
void |
f04fef_ (const Integer *n, const double t[], double x[], const logical *wantp, double p[], const logical *wantv, double v[], double *vlast, double work[], Integer *ifail) |
|
C++ Header Interface
#include <nag.h> extern "C" {
void |
f04fef_ (const Integer &n, const double t[], double x[], const logical &wantp, double p[], const logical &wantv, double v[], double &vlast, double work[], Integer &ifail) |
}
|
The routine may be called by the names f04fef or nagf_linsys_real_toeplitz_yule.
3
Description
f04fef solves the equations
where
is the
by
symmetric positive definite Toeplitz matrix
and
is the vector
The routine uses the method of Durbin (see
Durbin (1960) and
Golub and Van Loan (1996)). Optionally the mean square prediction errors and/or the partial correlation coefficients for each step can be returned.
4
References
Bunch J R (1985) Stability of methods for solving Toeplitz systems of equations SIAM J. Sci. Statist. Comput. 6 349–364
Bunch J R (1987) The weak and strong stability of algorithms in numerical linear algebra Linear Algebra Appl. 88/89 49–66
Cybenko G (1980) The numerical stability of the Levinson–Durbin algorithm for Toeplitz systems of equations SIAM J. Sci. Statist. Comput. 1 303–319
Durbin J (1960) The fitting of time series models Rev. Inst. Internat. Stat. 28 233
Golub G H and Van Loan C F (1996) Matrix Computations (3rd Edition) Johns Hopkins University Press, Baltimore
5
Arguments
-
1:
– Integer
Input
-
On entry: the order of the Toeplitz matrix .
Constraint:
. When , an immediate return is effected.
-
2:
– Real (Kind=nag_wp) array
Input
-
On entry:
must contain the value
of the diagonal elements of
, and the remaining
n elements of
t must contain the elements of the vector
.
Constraint:
. Note that if this is not true, the Toeplitz matrix cannot be positive definite.
-
3:
– Real (Kind=nag_wp) array
Output
-
On exit: the solution vector .
-
4:
– Logical
Input
-
On entry: must be set to .TRUE. if the partial (auto)correlation coefficients are required, and must be set to .FALSE. otherwise.
-
5:
– Real (Kind=nag_wp) array
Output
-
Note: the dimension of the array
p
must be at least
if
, and at least
otherwise.
On exit: with
wantp as .TRUE., the
th element of
p contains the partial (auto)correlation coefficient, or reflection coefficient,
for the
th step. (See
Section 9 and
Chapter G13.) If
wantp is .FALSE.,
p is not referenced. Note that in any case,
.
-
6:
– Logical
Input
-
On entry: must be set to .TRUE. if the mean square prediction errors are required, and must be set to .FALSE. otherwise.
-
7:
– Real (Kind=nag_wp) array
Output
-
Note: the dimension of the array
v
must be at least
if
, and at least
otherwise.
On exit: with
wantv as .TRUE., the
th element of
v contains the mean square prediction error, or predictor error variance ratio,
, for the
th step. (See
Section 9 and
Chapter G13.) If
wantv is .FALSE.,
v is not referenced.
-
8:
– Real (Kind=nag_wp)
Output
-
On exit: the value of , the mean square prediction error for the final step.
-
9:
– Real (Kind=nag_wp) array
Workspace
-
-
10:
– Integer
Input/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 since useful values can be provided in some output arguments even when
on exit.
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).
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:
Note: in some cases f04fef may return useful information.
-
Principal minor is not positive definite. Value of the reflection coefficient is .
If, on exit,
is close to unity, the principal minor was close to being singular, and the sequence
may be a valid sequence nevertheless. The first
ifail elements of
x return the solution of the equations
where
is the
ifailth principal minor of
. Similarly, if
wantp and/or
wantv are true, then
p and/or
v return the first
ifail elements of
p and
v respectively and
vlast returns
. In particular if
, then the solution of the equations
is returned in
x, but
is such that
would not be positive definite to working accuracy.
-
On entry, .
Constraint: .
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.
7
Accuracy
The computed solution of the equations certainly satisfies
where
is approximately bounded by
being a modest function of
and
being the
machine precision. This bound is almost certainly pessimistic, but it has not yet been established whether or not the method of Durbin is backward stable. If
is close to one, then the Toeplitz matrix is probably ill-conditioned and hence only just positive definite. For further information on stability issues see
Bunch (1985),
Bunch (1987),
Cybenko (1980) and
Golub and Van Loan (1996). The following bounds on
hold:
Note: . The norm of
may also be estimated using routine
f04ydf.
8
Parallelism and Performance
f04fef 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 number of floating-point operations used by
f04fef is approximately
, independent of the values of
wantp and
wantv.
The mean square prediction error,
, is defined as
where
is the solution of the equations
and the partial correlation coefficient,
, is defined as the
th element of
. Note that
.
10
Example
This example finds the solution of the Yule–Walker equations
, where
10.1
Program Text
10.2
Program Data
10.3
Program Results