The R Project SVN R

Rev

Rev 59039 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 59061
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, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2012 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}
9
\description{
9
\description{
10
 Compute the theoretical autocorrelation function or partial
10
 Compute the theoretical autocorrelation function or partial
11
 autocorrelation function for an ARMA process.
11
 autocorrelation function for an ARMA process.
12
}
12
}
13
\usage{
13
\usage{
14
ARMAacf(ar = numeric(0), ma = numeric(0), lag.max = r, pacf = FALSE)
14
ARMAacf(ar = numeric(), ma = numeric(), lag.max = r, pacf = FALSE)
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{ar}{numeric vector of AR coefficients}
17
  \item{ar}{numeric vector of AR coefficients}
18
  \item{ma}{numeric vector of MA coefficients}
18
  \item{ma}{numeric vector of MA coefficients}
19
  \item{lag.max}{integer.  Maximum lag required.  Defaults to
19
  \item{lag.max}{integer.  Maximum lag required.  Defaults to