The R Project SVN R

Rev

Rev 68948 | Rev 85829 | 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/arima0.Rd
1
% File src/library/stats/man/arima0.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{arima0}
6
\name{arima0}
7
\alias{arima0}
7
\alias{arima0}
8
\alias{print.arima0}
8
\alias{print.arima0}
Line 184... Line 184...
184
  \code{se.fit = TRUE}, a list with components \code{pred}, the
184
  \code{se.fit = TRUE}, a list with components \code{pred}, the
185
  predictions, and \code{se}, the estimated standard errors. Both
185
  predictions, and \code{se}, the estimated standard errors. Both
186
  components are time series.
186
  components are time series.
187
}
187
}
188
\references{
188
\references{
189
  Brockwell, P. J. and Davis, R. A. (1996) \emph{Introduction to Time
189
  Brockwell, P. J. and Davis, R. A. (1996).
190
    Series and Forecasting.} Springer, New York. Sections 3.3 and 8.3.
190
  \emph{Introduction to Time Series and Forecasting}.
-
 
191
  Springer, New York.
-
 
192
  Sections 3.3 and 8.3.
191
 
193
 
192
  Gardner, G, Harvey, A. C. and Phillips, G. D. A. (1980) Algorithm
194
  Gardner, G, Harvey, A. C. and Phillips, G. D. A. (1980).
193
  AS154. An algorithm for exact maximum likelihood estimation of
195
  Algorithm AS 154: An algorithm for exact maximum likelihood estimation
194
  autoregressive-moving average models by means of Kalman filtering.
196
  of autoregressive-moving average models by means of Kalman filtering.
195
  \emph{Applied Statistics} \bold{29}, 311--322.
197
  \emph{Applied Statistics}, \bold{29}, 311--322.
-
 
198
  \doi{10.2307/2346910}.
196
 
199
 
197
  Harvey, A. C. (1993) \emph{Time Series Models},
200
  Harvey, A. C. (1993).
-
 
201
  \emph{Time Series Models}. 2nd Edition.
198
  2nd Edition, Harvester Wheatsheaf, sections 3.3 and  4.4.
202
  Harvester Wheatsheaf.
-
 
203
  Sections 3.3 and 4.4.
199
 
204
 
200
  Harvey, A. C. and McKenzie, C. R. (1982) Algorithm AS182.
205
  Harvey, A. C. and McKenzie, C. R. (1982).
201
  An algorithm for finite sample prediction from ARIMA processes.
206
  Algorithm AS 182: An algorithm for finite sample prediction from ARIMA
-
 
207
  processes. 
202
  \emph{Applied Statistics} \bold{31}, 180--187.
208
  \emph{Applied Statistics}, \bold{31}, 180--187.
-
 
209
  \doi{10.2307/2347987}.
203
 
210
 
-
 
211
  Jones, R. H. (1980).
204
  Jones, R. H. (1980) Maximum likelihood fitting of ARMA models to time
212
  Maximum likelihood fitting of ARMA models to time series with missing
-
 
213
  observations.
205
  series with missing observations. \emph{Technometrics} \bold{22} 389--395.
214
  \emph{Technometrics}, \bold{22}, 389--395.
-
 
215
  \doi{10.2307/1268324}.
206
}
216
}
207
 
217
 
208
\note{
218
\note{
209
  This is a preliminary version, and will be replaced by \code{\link{arima}}.
219
  This is a preliminary version, and will be replaced by \code{\link{arima}}.
210
 
220