The R Project SVN R

Rev

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

Rev 74265 Rev 88598
Line 27... Line 27...
27
  invertible, so \code{predict.Arima} will give a warning for
27
  invertible, so \code{predict.Arima} will give a warning for
28
  non-invertible MA models.
28
  non-invertible MA models.
29
 
29
 
30
  The standard errors of prediction exclude the uncertainty in the
30
  The standard errors of prediction exclude the uncertainty in the
31
  estimation of the ARMA model and the regression coefficients.
31
  estimation of the ARMA model and the regression coefficients.
32
  According to Harvey (1993, pp.\sspace{}58--9) the effect is small.
32
  According to \bibcitet{|R:Harvey:1993|pages 58--9} the effect is small.
33
}
33
}
34
\value{
34
\value{
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).
40
  \bibinfo{R:Harvey:1993}{note}{Sections 3.3 and 4.4}
41
  \emph{Time Series Analysis by State Space Methods}.
41
  \bibshow{*, R:Durbin+Koopman:2001, R:Harvey+McKenzie:1982}
42
  Oxford University Press.
-
 
43
 
-
 
44
  Harvey, A. C. and McKenzie, C. R. (1982).
-
 
45
  Algorithm AS 182: An algorithm for finite sample prediction from ARIMA
-
 
46
  processes. 
-
 
47
  \emph{Applied Statistics}, \bold{31}, 180--187.
-
 
48
  \doi{10.2307/2347987}.
-
 
49
 
-
 
50
  Harvey, A. C. (1993).
-
 
51
  \emph{Time Series Models}, 2nd Edition.
-
 
52
  Harvester Wheatsheaf.
-
 
53
  Sections 3.3 and 4.4.
-
 
54
}
42
}
55
 
43
 
56
\seealso{
44
\seealso{
57
  \code{\link{arima}}
45
  \code{\link{arima}}
58
}
46
}