summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-03-02 19:04:13 +0000
committerminskim <minskim@pkgsrc.org>2018-03-02 19:04:13 +0000
commit03bb5b9fe43213a8a4933be2701bb48f0af68c0b (patch)
treeb20bdfa47721119a95cd0e8c1559a6072f2ee273 /math
parentce4e0df4bff3525b6bcdb7d2b66dd08717d88280 (diff)
downloadpkgsrc-03bb5b9fe43213a8a4933be2701bb48f0af68c0b.tar.gz
math/R-prob: Import version 1.0.0
A framework for performing elementary probability calculations on finite sample spaces, which may be represented by data frames or lists. Functionality includes setting up sample spaces, counting tools, defining probability spaces, performing set algebra, calculating probability and conditional probability, tools for simulation and checking the law of large numbers, adding random variables, and finding marginal distributions. Characteristic functions for all base R distributions are included.
Diffstat (limited to 'math')
-rw-r--r--math/R-prob/DESCR8
-rw-r--r--math/R-prob/Makefile20
-rw-r--r--math/R-prob/distinfo6
3 files changed, 34 insertions, 0 deletions
diff --git a/math/R-prob/DESCR b/math/R-prob/DESCR
new file mode 100644
index 00000000000..3e155e85c4f
--- /dev/null
+++ b/math/R-prob/DESCR
@@ -0,0 +1,8 @@
+A framework for performing elementary probability calculations on
+finite sample spaces, which may be represented by data frames or
+lists. Functionality includes setting up sample spaces, counting
+tools, defining probability spaces, performing set algebra,
+calculating probability and conditional probability, tools for
+simulation and checking the law of large numbers, adding random
+variables, and finding marginal distributions. Characteristic
+functions for all base R distributions are included.
diff --git a/math/R-prob/Makefile b/math/R-prob/Makefile
new file mode 100644
index 00000000000..8623735b1b6
--- /dev/null
+++ b/math/R-prob/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/03/02 19:04:13 minskim Exp $
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/Archive/prob/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://prob.r-forge.r-project.org/
+COMMENT= Elementary probability on finite sample spaces
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= R-combinat-[0-9]*:../../math/R-combinat
+DEPENDS+= R-fAsianOptions-[0-9]*:../../finance/R-fAsianOptions
+
+R_PKGNAME= prob
+R_PKGVER= 1.0-0
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-prob/distinfo b/math/R-prob/distinfo
new file mode 100644
index 00000000000..4d0f6e95098
--- /dev/null
+++ b/math/R-prob/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/02 19:04:13 minskim Exp $
+
+SHA1 (R/prob_1.0-0.tar.gz) = 703d9f7ac67ffb1198a28955078fdca1853fe953
+RMD160 (R/prob_1.0-0.tar.gz) = b95f0c25f0ba0147619a1532b290308ca0fe17cc
+SHA512 (R/prob_1.0-0.tar.gz) = 6dff09d4b3a21b7ea3cbea82be754e1147e881da5a00a534d9e98f29a6400b7ab3a2ed9bf0e8e807455ab5d1e5b3f9857b22005922a959c81592122f07edd3c3
+Size (R/prob_1.0-0.tar.gz) = 653781 bytes