pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-stat.extend
Module Name: pkgsrc
Committed By: mef
Date: Sat Aug 28 06:29:05 UTC 2021
Added Files:
pkgsrc/math/R-stat.extend: DESCR Makefile distinfo
Log Message:
math/R-stat.extend: import R-stat.extend-0.1.4
Highest Density Regions are the smallest set in the support of a
probability distribution with the specified coverage probability.
'HDRs' may contain disjoint intervals, but can be calculated
efficiently using iterative methods. One can similarly construct
optimal (i.e., shortest) confidence intervals for some basic
inferential problems, including for population means, variances, or
proportion parameters.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-stat.extend/DESCR \
pkgsrc/math/R-stat.extend/Makefile pkgsrc/math/R-stat.extend/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/R-stat.extend/DESCR
diff -u /dev/null pkgsrc/math/R-stat.extend/DESCR:1.1
--- /dev/null Sat Aug 28 06:29:05 2021
+++ pkgsrc/math/R-stat.extend/DESCR Sat Aug 28 06:29:05 2021
@@ -0,0 +1,7 @@
+Highest Density Regions are the smallest set in the support of a
+probability distribution with the specified coverage probability.
+'HDRs' may contain disjoint intervals, but can be calculated
+efficiently using iterative methods. One can similarly construct
+optimal (i.e., shortest) confidence intervals for some basic
+inferential problems, including for population means, variances, or
+proportion parameters.
Index: pkgsrc/math/R-stat.extend/Makefile
diff -u /dev/null pkgsrc/math/R-stat.extend/Makefile:1.1
--- /dev/null Sat Aug 28 06:29:05 2021
+++ pkgsrc/math/R-stat.extend/Makefile Sat Aug 28 06:29:05 2021
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/08/28 06:29:05 mef Exp $
+
+R_PKGNAME= stat.extend
+R_PKGVER= 0.1.4
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Highest Density Regions and Other Functions of Distributions
+LICENSE= mit # + file LICENSE
+
+DEPENDS+= R-sets-[0-9]*:../../math/R-sets
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-stat.extend/distinfo
diff -u /dev/null pkgsrc/math/R-stat.extend/distinfo:1.1
--- /dev/null Sat Aug 28 06:29:05 2021
+++ pkgsrc/math/R-stat.extend/distinfo Sat Aug 28 06:29:05 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/28 06:29:05 mef Exp $
+
+SHA1 (R/stat.extend_0.1.4.tar.gz) = b13a2535b3e4e58bbb2194d1f3843cd5a93f7ec4
+RMD160 (R/stat.extend_0.1.4.tar.gz) = 158e91623224acd1a50047eeb2447da0a77ad6e0
+SHA512 (R/stat.extend_0.1.4.tar.gz) = c413a308cda654f9417de4f303efeaa7d6cb054ed784a047a4d0bf4b9b7fbd567f0698c7cd7bc6ee1fb139e943a332fbeb749e1d097c7737ce5945d58afc703d
+Size (R/stat.extend_0.1.4.tar.gz) = 24915 bytes
Home |
Main Index |
Thread Index |
Old Index