diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-06 11:03:30 +0800 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-06 11:03:30 +0800 |
commit | 83edc997af74b02aac95a8f3fb05a140a41dd96a (patch) | |
tree | b875da17e925d5fce1238a0a97c8715b075d6c3f /math/Makefile | |
parent | 0fb2499655325e71caa269d15259787aaf4f949b (diff) | |
download | freebsd-ports-gnome-83edc997af74b02aac95a8f3fb05a140a41dd96a.tar.gz freebsd-ports-gnome-83edc997af74b02aac95a8f3fb05a140a41dd96a.tar.zst freebsd-ports-gnome-83edc997af74b02aac95a8f3fb05a140a41dd96a.zip |
- Add new port: math/R-cran-fracdiff
Maximum likelihood estimation of the parameters of a fractionally
differenced ARIMA(p,d,q) model (Haslett and Raftery, Appl.Statistics,
1989).
WWW: http://cran.r-project.org/web/packages/fracdiff/
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 225a2fd6f452..6b9c8a23f8bc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -21,6 +21,7 @@ SUBDIR += R-cran-deldir SUBDIR += R-cran-dlmodeler SUBDIR += R-cran-forecast + SUBDIR += R-cran-fracdiff SUBDIR += R-cran-gpclib SUBDIR += R-cran-gss SUBDIR += R-cran-gtable |