Description Usage Arguments References
Levinson-Durbin recursion for determing all coefficients a(i,j),
mat <- ldrec(a)
1<=i<=j<=maxlag (=p)
input : a is (p+1,1)-vector of acf of a time series: acov(0),...,acov(p)
or 1,acor(1),..,acor(p)
output : (p,p+2)-matrix with coefficients in lower triangular,
pacf in colum p+2 and Q(p) in colum p+1
1 | uts_ldrec(a)
|
a |
value |
Source: Rainer Schlittgen (01.10.2014) tsutil.r ldrec()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.