From 458193592927cd3cd7d852eaf3a1aa298053676f Mon Sep 17 00:00:00 2001 From: skreuzer Date: Fri, 27 Sep 2013 16:00:34 +0000 Subject: A glm-like formula language to define dynamic generalized linear models (state space models). Includes functions for Kalman filtering and smoothing. Estimation of variance matrices can be performed using the EM algorithm in case of Gaussian models. WWW: http://cran.r-project.org/web/packages/sspir/ --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 26ee4a690243..b3e936560861 100644 --- a/math/Makefile +++ b/math/Makefile @@ -39,6 +39,7 @@ SUBDIR += R-cran-sm SUBDIR += R-cran-sp SUBDIR += R-cran-spdep + SUBDIR += R-cran-sspir SUBDIR += R-cran-stabledist SUBDIR += R-cran-xts SUBDIR += R-cran-zoo -- cgit