The R Project SVN R

Rev

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

Rev 59039 Rev 61423
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, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2012 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 200... Line 200...
200
  Harvey, A. C. and McKenzie, C. R. (1982) Algorithm AS182.
200
  Harvey, A. C. and McKenzie, C. R. (1982) Algorithm AS182.
201
  An algorithm for finite sample prediction from ARIMA processes.
201
  An algorithm for finite sample prediction from ARIMA processes.
202
  \emph{Applied Statistics} \bold{31}, 180--187.
202
  \emph{Applied Statistics} \bold{31}, 180--187.
203
 
203
 
204
  Jones, R. H. (1980) Maximum likelihood fitting of ARMA models to time
204
  Jones, R. H. (1980) Maximum likelihood fitting of ARMA models to time
205
  series with missing observations. \emph{Technometrics} \bold{20} 389--395.
205
  series with missing observations. \emph{Technometrics} \bold{22} 389--395.
206
}
206
}
207
 
207
 
208
\note{
208
\note{
209
  This is a preliminary version, and will be replaced by \code{\link{arima}}.
209
  This is a preliminary version, and will be replaced by \code{\link{arima}}.
210
 
210