The routine may be called by the names f04mff or nagf_linsys_real_toeplitz_update.
3Description
f04mff solves the equations
where is the symmetric positive definite Toeplitz matrix
and is the -element vector , given the solution of the equations
This routine will normally be used to successively solve the equations
If it is desired to solve the equations for a single value of , then routine f04fff may be called. This routine uses the method of Levinson (see Levinson (1947) and Golub and Van Loan (1996)).
4References
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
Golub G H and Van Loan C F (1996) Matrix Computations (3rd Edition) Johns Hopkins University Press, Baltimore
Levinson N (1947) The Weiner RMS error criterion in filter design and prediction J. Math. Phys.25 261–278
5Arguments
1: – IntegerInput
On entry: the order of the Toeplitz matrix .
Constraint:
. When , an immediate return is effected.
2: – Real (Kind=nag_wp) arrayInput
Note: the dimension of the array t
must be at least
.
On entry: must contain the value , for .
Constraint:
. Note that if this is not true, the Toeplitz matrix cannot be positive definite.
3: – Real (Kind=nag_wp) arrayInput
Note: the dimension of the array b
must be at least
.
On entry: the right-hand side vector .
4: – Real (Kind=nag_wp) arrayInput/Output
Note: the dimension of the array x
must be at least
.
On entry: with the () elements of the solution vector as returned by a previous call to f04mff. The element need not be specified.
On exit: the solution vector .
5: – Real (Kind=nag_wp)Output
On exit: the reflection coefficient . (See Section 9.)
6: – Real (Kind=nag_wp) arrayInput/Output
Note: the dimension of the array work
must be at least
.
On entry: with the elements of work should be as returned from a previous call to f04mff with () as the argument n.
On exit: the first () elements of work contain the solution to the Yule–Walker equations
where .
7: – IntegerInput/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. 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).
6Error 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:
The Toeplitz Matrix is not positive definite Value of the reflection coefficient is .
If, on exit, p is close to unity, was probably close to being singular.
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.
7Accuracy
The computed solution of the equations certainly satisfies
where is approximately bounded by
being a modest function of , being the machine precision and being the condition number of with respect to inversion. This bound is almost certainly pessimistic, but it seems unlikely that the method of Levinson is backward stable, so caution should be exercised when is ill-conditioned. The following bound on holds:
f04mff 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.
9Further Comments
The number of floating-point operations used by this routine is approximately .
If is the solution of the equations
then the reflection coefficient is defined as the th element of .
10Example
This example finds the solution of the equations , , where