pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-stat.extend math/R-stat.extend: import R-stat.e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83146d5655f4
branches:  trunk
changeset: 457526:83146d5655f4
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Aug 28 06:29:05 2021 +0000

description:
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.

diffstat:

 math/R-stat.extend/DESCR    |   7 +++++++
 math/R-stat.extend/Makefile |  15 +++++++++++++++
 math/R-stat.extend/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 9640eaab7e0d -r 83146d5655f4 math/R-stat.extend/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stat.extend/DESCR  Sat Aug 28 06:29:05 2021 +0000
@@ -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.
diff -r 9640eaab7e0d -r 83146d5655f4 math/R-stat.extend/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stat.extend/Makefile       Sat Aug 28 06:29:05 2021 +0000
@@ -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"
diff -r 9640eaab7e0d -r 83146d5655f4 math/R-stat.extend/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stat.extend/distinfo       Sat Aug 28 06:29:05 2021 +0000
@@ -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