The R Project SVN R

Rev

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

Rev 59039 Rev 61160
Line 13... Line 13...
13
\description{
13
\description{
14
  Use Kalman Filtering to find the (Gaussian) log-likelihood, or for
14
  Use Kalman Filtering to find the (Gaussian) log-likelihood, or for
15
  forecasting or smoothing.
15
  forecasting or smoothing.
16
}
16
}
17
\usage{
17
\usage{
18
KalmanLike(y, mod, nit = 0, fast=TRUE)
18
KalmanLike(y, mod, nit = 0, fast = TRUE)
19
KalmanRun(y, mod, nit = 0, fast=TRUE)
19
KalmanRun(y, mod, nit = 0, fast = TRUE)
20
KalmanSmooth(y, mod, nit = 0)
20
KalmanSmooth(y, mod, nit = 0)
21
KalmanForecast(n.ahead = 10, mod, fast=TRUE)
21
KalmanForecast(n.ahead = 10, mod, fast = TRUE)
22
makeARIMA(phi, theta, Delta, kappa = 1e6)
22
makeARIMA(phi, theta, Delta, kappa = 1e6)
23
}
23
}
24
\arguments{
24
\arguments{
25
  \item{y}{a univariate time series.}
25
  \item{y}{a univariate time series.}
26
  \item{mod}{A list describing the state-space model: see \sQuote{Details}.}
26
  \item{mod}{A list describing the state-space model: see \sQuote{Details}.}