- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2]
Package KFAS provides funchtions for Kalman filtering, state,
disturbance and simulation smoothing, forecasting and simulation
of state space models. All functions can use exact diffuse
initialisation when distributions of some or all elements of initial
state vector are unknown. Filtering, state smoothing and simulation
functions use sequential processing algorithm, which is faster than
standard approach, and it also allows singularity of prediction
error variance matrix. KFAS also contains function for computing
the likelihood of exponential family state space models and function
for state smoothing of exponential family state space models.
WWW: http://cran.r-project.org/web/packages/KFAS/