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.HoltWinters.Rd
1
% File src/library/stats/man/predict.HoltWinters.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-2009 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.HoltWinters}
6
\name{predict.HoltWinters}
7
\alias{predict.HoltWinters}
7
\alias{predict.HoltWinters}
8
\title{Prediction Function for Fitted Holt-Winters Models}
8
\title{Prediction Function for Fitted Holt-Winters Models}
Line 32... Line 32...
32
  C. C. Holt (1957)
32
  C. C. Holt (1957)
33
  Forecasting trends and seasonals by exponentially weighted
33
  Forecasting trends and seasonals by exponentially weighted
34
  moving averages,
34
  moving averages,
35
  \emph{ONR Research Memorandum, Carnegie Institute of Technology} \bold{52}.
35
  \emph{ONR Research Memorandum, Carnegie Institute of Technology} \bold{52}.
36
 
36
 
37
  P. R. Winters (1960)
37
  P. R. Winters (1960).
38
  Forecasting sales by exponentially weighted moving averages,
38
  Forecasting sales by exponentially weighted moving averages.
39
  \emph{Management Science} \bold{6}, 324--342.
39
  \emph{Management Science}, \bold{6}, 324--342.
-
 
40
  \doi{10.1287/mnsc.6.3.324}.
40
}
41
}
41
\author{
42
\author{
42
  David Meyer \email{David.Meyer@wu.ac.at}
43
  David Meyer \email{David.Meyer@wu.ac.at}
43
}
44
}
44
\seealso{\code{\link{HoltWinters}}}
45
\seealso{\code{\link{HoltWinters}}}