aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2015-12-01 22:04:33 +0800
committerwen <wen@FreeBSD.org>2015-12-01 22:04:33 +0800
commite4037b0945d27c8419e611e97a177860090ea787 (patch)
tree6a86bf637453c34fffa7477b0ff8d788239c2459 /math
parent059bb87e9743c806b995dec88adde1d0cae32c9b (diff)
downloadfreebsd-ports-gnome-e4037b0945d27c8419e611e97a177860090ea787.tar.gz
freebsd-ports-gnome-e4037b0945d27c8419e611e97a177860090ea787.tar.zst
freebsd-ports-gnome-e4037b0945d27c8419e611e97a177860090ea787.zip
Functions for Maximum Likelihood (ML) estimation and non-linear
optimization, and related tools. It includes a unified way to call different optimizers, and classes and methods to handle the results from the ML viewpoint. It also includes a number of convenience tools for testing and developing your own models. WWW: http://www.maxlik.org/
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-maxLik/Makefile22
-rw-r--r--math/R-cran-maxLik/distinfo2
-rw-r--r--math/R-cran-maxLik/pkg-descr7
4 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f0a1e3f95677..bc22b0b2ce24 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -36,6 +36,7 @@
SUBDIR += R-cran-irlba
SUBDIR += R-cran-labeling
SUBDIR += R-cran-lme4
+ SUBDIR += R-cran-maxLik
SUBDIR += R-cran-memisc
SUBDIR += R-cran-minqa
SUBDIR += R-cran-miscTools
diff --git a/math/R-cran-maxLik/Makefile b/math/R-cran-maxLik/Makefile
new file mode 100644
index 000000000000..50dd64c1100f
--- /dev/null
+++ b/math/R-cran-maxLik/Makefile
@@ -0,0 +1,22 @@
+# Created by: Wen Heping <wenheping@gmail.com>
+# $FreeBSD$
+
+PORTNAME= maxLik
+DISTVERSION= 1.3-4
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Maximum Likelihood Estimation and Related Tools
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= R-cran-miscTools>=0.6.8:${PORTSDIR}/math/R-cran-miscTools \
+ R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich
+RUN_DEPENDS= R-cran-miscTools>=0.6.8:${PORTSDIR}/math/R-cran-miscTools \
+ R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-maxLik/distinfo b/math/R-cran-maxLik/distinfo
new file mode 100644
index 000000000000..a6b3e3c1ff9d
--- /dev/null
+++ b/math/R-cran-maxLik/distinfo
@@ -0,0 +1,2 @@
+SHA256 (maxLik_1.3-4.tar.gz) = 181ab87721b1e6e3859c60d12eea2f67a7135bfa679db73c20a9ef76d82c4b4a
+SIZE (maxLik_1.3-4.tar.gz) = 115355
diff --git a/math/R-cran-maxLik/pkg-descr b/math/R-cran-maxLik/pkg-descr
new file mode 100644
index 000000000000..27724322ff31
--- /dev/null
+++ b/math/R-cran-maxLik/pkg-descr
@@ -0,0 +1,7 @@
+Functions for Maximum Likelihood (ML) estimation and non-linear
+optimization, and related tools. It includes a unified way to
+call different optimizers, and classes and methods to handle the
+results from the ML viewpoint. It also includes a number of
+convenience tools for testing and developing your own models.
+
+WWW: http://www.maxlik.org/