The R Project SVN R

Rev

Rev 68948 | 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/predict.arima.Rd
1
% File src/library/stats/man/predict.arima.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-2014 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{predict.Arima}
6
\name{predict.Arima}
7
\alias{predict.Arima}
7
\alias{predict.Arima}
8
\title{Forecast from ARIMA fits}
8
\title{Forecast from ARIMA fits}
Line 35... Line 35...
35
  A time series of predictions, or if \code{se.fit = TRUE}, a list
35
  A time series of predictions, or if \code{se.fit = TRUE}, a list
36
  with components \code{pred}, the predictions, and \code{se},
36
  with components \code{pred}, the predictions, and \code{se},
37
  the estimated standard errors.  Both components are time series.
37
  the estimated standard errors.  Both components are time series.
38
}
38
}
39
\references{
39
\references{
40
  Durbin, J. and Koopman, S. J. (2001) \emph{Time Series Analysis by
40
  Durbin, J. and Koopman, S. J. (2001).
-
 
41
  \emph{Time Series Analysis by State Space Methods}.
41
    State Space Methods.}  Oxford University Press.
42
  Oxford University Press.
42
 
43
 
43
  Harvey, A. C. and McKenzie, C. R. (1982) Algorithm AS182.
44
  Harvey, A. C. and McKenzie, C. R. (1982).
44
  An algorithm for finite sample prediction from ARIMA processes.
45
  Algorithm AS 182: An algorithm for finite sample prediction from ARIMA
-
 
46
  processes. 
45
  \emph{Applied Statistics} \bold{31}, 180--187.
47
  \emph{Applied Statistics}, \bold{31}, 180--187.
-
 
48
  \doi{10.2307/2347987}.
46
 
49
 
47
  Harvey, A. C. (1993) \emph{Time Series Models},
50
  Harvey, A. C. (1993).
-
 
51
  \emph{Time Series Models}, 2nd Edition.
48
  2nd Edition, Harvester Wheatsheaf, sections 3.3 and 4.4.
52
  Harvester Wheatsheaf.
-
 
53
  Sections 3.3 and 4.4.
49
}
54
}
50
 
55
 
51
\seealso{
56
\seealso{
52
  \code{\link{arima}}
57
  \code{\link{arima}}
53
}
58
}