The R Project SVN R

Rev

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

Rev 74265 Rev 74363
Line 63... Line 63...
63
    \item{\code{h}}{the observation variance}
63
    \item{\code{h}}{the observation variance}
64
    \item{\code{V}}{\samp{RQR'}}
64
    \item{\code{V}}{\samp{RQR'}}
65
    \item{\code{a}}{the current state estimate}
65
    \item{\code{a}}{the current state estimate}
66
    \item{\code{P}}{the current estimate of the state uncertainty matrix \eqn{Q}}
66
    \item{\code{P}}{the current estimate of the state uncertainty matrix \eqn{Q}}
67
    \item{\code{Pn}}{the estimate at time \eqn{t-1} of the state
67
    \item{\code{Pn}}{the estimate at time \eqn{t-1} of the state
68
      uncertainty matrix \eqn{Q} (not updated by \code{KalmanForecast}.}
68
      uncertainty matrix \eqn{Q} (not updated by \code{KalmanForecast}).}
69
  }
69
  }
70
 
70
 
71
  \code{KalmanSmooth} is the workhorse function for \code{\link{tsSmooth}}.
71
  \code{KalmanSmooth} is the workhorse function for \code{\link{tsSmooth}}.
72
 
72
 
73
  \code{makeARIMA} constructs the state-space model for an ARIMA model,
73
  \code{makeARIMA} constructs the state-space model for an ARIMA model,