The R Project SVN R

Rev

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

Rev 69588 Rev 88704
Line 46... Line 46...
46
  If \code{type == "circular"}, \eqn{n = m} is required, and the above is
46
  If \code{type == "circular"}, \eqn{n = m} is required, and the above is
47
  true for \eqn{i , k = 1,\dots,n} when
47
  true for \eqn{i , k = 1,\dots,n} when
48
  \eqn{x_{j} := x_{n+j}}{x[j] := x[n+j]} for \eqn{j < 1}.
48
  \eqn{x_{j} := x_{n+j}}{x[j] := x[n+j]} for \eqn{j < 1}.
49
}
49
}
50
\references{
50
\references{
51
  Brillinger, D. R. (1981)
51
  \bibshow{R:Brillinger:1981}
52
  \emph{Time Series: Data Analysis and Theory}, Second Edition.
-
 
53
  San Francisco: Holden-Day.
-
 
54
}
52
}
55
\seealso{\code{\link{fft}}, \code{\link{nextn}}, and particularly
53
\seealso{\code{\link{fft}}, \code{\link{nextn}}, and particularly
56
  \code{\link{filter}} (from the \pkg{stats} package) which may be
54
  \code{\link{filter}} (from the \pkg{stats} package) which may be
57
  more appropriate.
55
  more appropriate.
58
}
56
}