NAG FL Interface
g13acf (uni_​autocorr_​part)

Settings help

FL Name Style:


FL Specification Language:


1 Purpose

g13acf calculates partial autocorrelation coefficients given a set of autocorrelation coefficients. It also calculates the predictor error variance ratios for increasing order of finite lag autoregressive predictor, and the autoregressive parameters associated with the predictor of maximum order.

2 Specification

Fortran Interface
Subroutine g13acf ( r, nk, nl, p, v, ar, nvl, ifail)
Integer, Intent (In) :: nk, nl
Integer, Intent (Inout) :: ifail
Integer, Intent (Out) :: nvl
Real (Kind=nag_wp), Intent (In) :: r(nk)
Real (Kind=nag_wp), Intent (Out) :: p(nl), v(nl), ar(nl)
C Header Interface
#include <nag.h>
void  g13acf_ (const double r[], const Integer *nk, const Integer *nl, double p[], double v[], double ar[], Integer *nvl, Integer *ifail)
The routine may be called by the names g13acf or nagf_tsa_uni_autocorr_part.

3 Description

The data consist of values of autocorrelation coefficients r1,r2,,rK, relating to lags 1,2,,K. These will generally (but not necessarily) be sample values such as may be obtained from a time series xt using g13abf.
The partial autocorrelation coefficient at lag l may be identified with the parameter pl,l in the autoregression
xt = cl + pl,1 xt-1 + pl,2 xt-2 ++ pl,l xt-l + el,t  
where el,t is the predictor error.
The first subscript l of pl,l and el,t emphasizes the fact that the parameters will in general alter as further terms are introduced into the equation (i.e., as l is increased).
The parameters are determined from the autocorrelation coefficients by the Yule–Walker equations
ri = pl,1 ri-1 + pl,2 ri-2 ++ pl,l ri-l ,   i=1,2,,l  
taking rj=r|j| when j<0, and r0=1.
The predictor error variance ratio vl=var(el,t)/var(xt) is defined by
vl = 1- pl,1 r1 - pl,2 r2 -- pl,l rl .  
The above sets of equations are solved by a recursive method (the Durbin–Levinson algorithm). The recursive cycle applied for l=1,2,,(L-1), where L is the number of partial autocorrelation coefficients required, is initialized by setting p1,1=r1 and v1=1-r12.
Then
p l + 1 , l + 1 = ( r l + 1 - p l , 1 r l - p l , 2 r l - 1 -- p l , l r 1 ) / v l p l + 1 , j = p l , j - p l + 1 , l + 1 p l , l + 1 - j ,   j=1,2,,l v l + 1 = v l ( 1 - p l + 1 , l + 1 ) (1+ p l + 1 , l + 1 ) .  
If the condition |pl,l|1 occurs, say when l=l0, it indicates that the supplied autocorrelation coefficients do not form a positive definite sequence (see Hannan (1960)), and the recursion is not continued. The autoregressive parameters are overwritten at each recursive step, so that upon completion the only available values are pLj, for j=1,2,,L, or pl0-1,j if the recursion has been prematurely halted.

4 References

Box G E P and Jenkins G M (1976) Time Series Analysis: Forecasting and Control (Revised Edition) Holden–Day
Durbin J (1960) The fitting of time series models Rev. Inst. Internat. Stat. 28 233
Hannan E J (1960) Time Series Analysis Methuen

5 Arguments

1: r(nk) Real (Kind=nag_wp) array Input
On entry: the autocorrelation coefficient relating to lag k, for k=1,2,,K.
2: nk Integer Input
On entry: K, the number of lags. The lags range from 1 to K and do not include zero.
Constraint: nk>0.
3: nl Integer Input
On entry: L, the number of partial autocorrelation coefficients required.
Constraint: 0<nlnk.
4: p(nl) Real (Kind=nag_wp) array Output
On exit: p(l) contains the partial autocorrelation coefficient at lag l, pl,l, for l=1,2,,nvl.
5: v(nl) Real (Kind=nag_wp) array Output
On exit: v(l) contains the predictor error variance ratio vl, for l=1,2,,nvl.
6: ar(nl) Real (Kind=nag_wp) array Output
On exit: the autoregressive parameters of maximum order, i.e., pLj if ifail=0, or pl0-1,j if ifail=3, for j=1,2,,nvl.
7: nvl Integer Output
On exit: the number of valid values in each of p, v and ar. Thus in the case of premature termination at iteration l0 (see Section 3), nvl is returned as l0-1.
8: ifail Integer Input/Output
On entry: ifail must be set to 0, −1 or 1 to set behaviour on detection of an error; these values have no effect when no error is detected.
A value of 0 causes the printing of an error message and program execution will be halted; otherwise program execution continues. A value of −1 means that an error message is printed while a value of 1 means that it is not.
If halting is not appropriate, the value −1 or 1 is recommended. If message printing is undesirable, then the value 1 is recommended. Otherwise, the value 0 is recommended. When the value -1 or 1 is used it is essential to test the value of ifail on exit.
On exit: ifail=0 unless the routine detects an error or a warning has been flagged (see Section 6).

6 Error Indicators and Warnings

If on entry ifail=0 or −1, explanatory error messages are output on the current error message unit (as defined by x04aaf).
Errors or warnings detected by the routine:
ifail=1
On entry, nk=value.
Constraint: nk>0.
On entry, nk=value and nl=value.
Constraint: nknl.
On entry, nl=value.
Constraint: nl>0.
ifail=2
On entry, the autocorrelation coefficient of lag 1 has absolute value greater than or equal to 1.
ifail=3
The autocorrelation coefficients do not form a positive definite sequence. The number of valid values computed are returned in nvl (see Section 3 for more details).
ifail=-99
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.
ifail=-399
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.
ifail=-999
Dynamic memory allocation failed.
See Section 9 in the Introduction to the NAG Library FL Interface for further information.

7 Accuracy

The computations are believed to be stable.

8 Parallelism and Performance

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

9 Further Comments

The time taken by g13acf is proportional to (nvl) 2.

10 Example

This example uses an input series of 10 sample autocorrelation coefficients derived from the original series of sunspot numbers generated by the g13abf example program. The results show five values of each of the three output arrays: partial autocorrelation coefficients, predictor error variance ratios and autoregressive parameters. All of these were valid.

10.1 Program Text

Program Text (g13acfe.f90)

10.2 Program Data

Program Data (g13acfe.d)

10.3 Program Results

Program Results (g13acfe.r)
This plot shows the partial autocorrelations for all possible lag values. Reference lines are given at ±z0.975/n.
GnuplotProduced by GNUPLOT 5.4 patchlevel 6 −0.6 −0.4 −0.2 0 0.2 0.4 0.6 0.8 1 0 10 20 30 40 50 PACF Lag "g13acfe.r" using 1:2 refline -refline Example Program Partial Autocorrelation Coefficients