aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-fracdiff/Makefile18
-rw-r--r--math/R-cran-fracdiff/distinfo2
-rw-r--r--math/R-cran-fracdiff/pkg-descr5
4 files changed, 26 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
diff --git a/math/R-cran-fracdiff/Makefile b/math/R-cran-fracdiff/Makefile
new file mode 100644
index 000000000000..9167235a6efe
--- /dev/null
+++ b/math/R-cran-fracdiff/Makefile
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fracdiff
+DISTVERSION= 1.4-2
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Fractionally differenced ARIMA aka ARFIMA(p,d,q) models
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-fracdiff/distinfo b/math/R-cran-fracdiff/distinfo
new file mode 100644
index 000000000000..889e3a9bb382
--- /dev/null
+++ b/math/R-cran-fracdiff/distinfo
@@ -0,0 +1,2 @@
+SHA256 (fracdiff_1.4-2.tar.gz) = 983781cedc2b4e3ba9fa020213957d5133ae9cd6710bc61d6225728e2f6e850e
+SIZE (fracdiff_1.4-2.tar.gz) = 57636
diff --git a/math/R-cran-fracdiff/pkg-descr b/math/R-cran-fracdiff/pkg-descr
new file mode 100644
index 000000000000..37068d0fd63a
--- /dev/null
+++ b/math/R-cran-fracdiff/pkg-descr
@@ -0,0 +1,5 @@
+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/