The R Project SVN R

Rev

Rev 68948 | Rev 79918 | 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/arima.Rd
1
% File src/library/stats/man/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-2015 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{arima}
6
\name{arima}
7
\alias{arima}
7
\alias{arima}
8
\concept{ARMA}
8
\concept{ARMA}
Line 181... Line 181...
181
 
181
 
182
  \item{model}{A list representing the Kalman Filter used in the
182
  \item{model}{A list representing the Kalman Filter used in the
183
    fitting.  See \code{\link{KalmanLike}}.}
183
    fitting.  See \code{\link{KalmanLike}}.}
184
}
184
}
185
\references{
185
\references{
186
  Brockwell, P. J. and Davis, R. A. (1996) \emph{Introduction to Time
186
  Brockwell, P. J. and Davis, R. A. (1996).
187
    Series and Forecasting.} Springer, New York. Sections 3.3 and 8.3.
187
  \emph{Introduction to Time Series and Forecasting}.
-
 
188
  Springer, New York.
-
 
189
  Sections 3.3 and 8.3.
188
 
190
 
189
  Durbin, J. and Koopman, S. J. (2001) \emph{Time Series Analysis by
191
  Durbin, J. and Koopman, S. J. (2001).
-
 
192
  \emph{Time Series Analysis by State Space Methods}.
190
    State Space Methods.}  Oxford University Press.
193
  Oxford University Press.
191
 
194
 
192
  Gardner, G, Harvey, A. C. and Phillips, G. D. A. (1980) Algorithm
195
  Gardner, G, Harvey, A. C. and Phillips, G. D. A. (1980).
193
  AS154. An algorithm for exact maximum likelihood estimation of
196
  Algorithm AS 154: An algorithm for exact maximum likelihood estimation
194
  autoregressive-moving average models by means of Kalman filtering.
197
  of autoregressive-moving average models by means of Kalman filtering.
195
  \emph{Applied Statistics} \bold{29}, 311--322.
198
  \emph{Applied Statistics}, \bold{29}, 311--322.
-
 
199
  \doi{10.2307/2346910}.
196
 
200
 
197
  Harvey, A. C. (1993) \emph{Time Series Models},
201
  Harvey, A. C. (1993).
-
 
202
  \emph{Time Series Models}. 2nd Edition.
198
  2nd Edition, Harvester Wheatsheaf, sections 3.3 and 4.4.
203
  Harvester Wheatsheaf.
-
 
204
  Sections 3.3 and 4.4.
199
 
205
 
-
 
206
  Jones, R. H. (1980).
200
  Jones, R. H. (1980) Maximum likelihood fitting of ARMA models to time
207
  Maximum likelihood fitting of ARMA models to time series with missing
-
 
208
  observations.
201
  series with missing observations. \emph{Technometrics} \bold{22} 389--395.
209
  \emph{Technometrics}, \bold{22}, 389--395.
-
 
210
  \doi{10.2307/1268324}.
202
 
211
 
203
  Ripley, B. D. (2002) Time series in \R 1.5.0.
212
  Ripley, B. D. (2002) Time series in \R 1.5.0.
204
  \emph{R News}, \bold{2/2}, 2--7.
213
  \emph{R News}, \bold{2/2}, 2--7.
205
  \url{https://www.r-project.org/doc/Rnews/Rnews_2002-2.pdf}
214
  \url{https://www.r-project.org/doc/Rnews/Rnews_2002-2.pdf}
206
}
215
}