The R Project SVN R

Rev

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

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/spec.ar.Rd
1
% File src/library/stats/man/spec.ar.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-2007 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{spec.ar}
6
\name{spec.ar}
7
\alias{spec.ar}
7
\alias{spec.ar}
8
\title{Estimate Spectral Density of a Time Series from AR Fit}
8
\title{Estimate Spectral Density of a Time Series from AR Fit}
Line 28... Line 28...
28
\value{
28
\value{
29
  An object of class \code{"spec"}.
29
  An object of class \code{"spec"}.
30
  The result is returned invisibly if \code{plot} is true.
30
  The result is returned invisibly if \code{plot} is true.
31
}
31
}
32
\references{
32
\references{
-
 
33
  Thompson, D.J. (1990).
33
  Thompson, D.J. (1990) Time series analysis of Holocene climate data.
34
  Time series analysis of Holocene climate data.
-
 
35
  \emph{Philosophical Transactions of the Royal Society of London Series
34
  \emph{Phil. Trans. Roy. Soc. A} \bold{330}, 601--616.
36
    A}, \bold{330}, 601--616.
-
 
37
  \url{http://www.jstor.org/stable/53609}.
35
 
38
 
36
  Venables, W.N. and Ripley, B.D. (2002) \emph{Modern Applied
39
  Venables, W.N. and Ripley, B.D. (2002) \emph{Modern Applied
37
    Statistics with S.} Fourth edition. Springer. (Especially
40
    Statistics with S.} Fourth edition. Springer. (Especially
38
  page 402.)
41
  page 402.)
39
}
42
}