The R Project SVN R

Rev

Rev 86303 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86303 Rev 88553
Line 1... Line 1...
1
% File src/library/stats/man/ARMAacf.Rd
1
% File src/library/stats/man/ARMAacf.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2015 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{ARMAacf}
6
\name{ARMAacf}
7
\alias{ARMAacf}
7
\alias{ARMAacf}
8
\title{Compute Theoretical ACF for an ARMA Process}
8
\title{Compute Theoretical ACF for an ARMA Process}
Line 21... Line 21...
21
    terms respectively.}
21
    terms respectively.}
22
  \item{pacf}{logical.  Should the partial autocorrelations be returned?}
22
  \item{pacf}{logical.  Should the partial autocorrelations be returned?}
23
}
23
}
24
\details{
24
\details{
25
  The methods used follow
25
  The methods used follow
26
  \bibcite{Brockwell & Davis (1991, section 3.3)}.  Their
26
  \bibcitet{|R:Brockwell+Davis:1991|section 3.3}.  Their
27
  equations (3.3.8) are solved for the autocovariances at lags
27
  equations (3.3.8) are solved for the autocovariances at lags
28
  \eqn{0, \dots, \max(p, q+1)}{0, \dots, max(p, q+1)},
28
  \eqn{0, \dots, \max(p, q+1)}{0, \dots, max(p, q+1)},
29
  and the remaining autocorrelations are given by a recursive filter.
29
  and the remaining autocorrelations are given by a recursive filter.
30
}
30
}
31
\value{
31
\value{
32
  A vector of (partial) autocorrelations, named by the lags.
32
  A vector of (partial) autocorrelations, named by the lags.
33
}
33
}
34
 
34
 
35
\references{
35
\references{
36
  Brockwell, P. J. and Davis, R. A. (1991) \emph{Time Series: Theory and
-
 
37
    Methods}, Second Edition.  Springer.
36
  \bibshow{*}
38
}
37
}
39
\seealso{\code{\link{arima}}, \code{\link{ARMAtoMA}},
38
\seealso{\code{\link{arima}}, \code{\link{ARMAtoMA}},
40
  \code{\link{acf2AR}} for inverting part of \code{ARMAacf}; further
39
  \code{\link{acf2AR}} for inverting part of \code{ARMAacf}; further
41
  \code{\link{filter}}.
40
  \code{\link{filter}}.
42
}
41
}