diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2013-09-28 00:00:34 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2013-09-28 00:00:34 +0800 |
commit | 458193592927cd3cd7d852eaf3a1aa298053676f (patch) | |
tree | 4086eeece09a5ea4b12cd096b7d5fbd5e875eb63 /math/Makefile | |
parent | 4a9cf07c8eb0650eb738869093a65dce1e3880eb (diff) | |
download | freebsd-ports-gnome-458193592927cd3cd7d852eaf3a1aa298053676f.tar.gz freebsd-ports-gnome-458193592927cd3cd7d852eaf3a1aa298053676f.tar.zst freebsd-ports-gnome-458193592927cd3cd7d852eaf3a1aa298053676f.zip |
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/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |