diff options
author | mef <mef@pkgsrc.org> | 2021-08-28 06:29:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-08-28 06:29:05 +0000 |
commit | 152039c85aa16b7b71b4f24ed3ff6aaa931158bf (patch) | |
tree | 930d9fbfa2e21a1ea781e843c4631775da673870 /math | |
parent | 684051ba787b4b623f30bf1839374d3309ca269e (diff) | |
download | pkgsrc-152039c85aa16b7b71b4f24ed3ff6aaa931158bf.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/R-stat.extend/DESCR | 7 | ||||
-rw-r--r-- | math/R-stat.extend/Makefile | 15 | ||||
-rw-r--r-- | math/R-stat.extend/distinfo | 6 |
3 files changed, 28 insertions, 0 deletions
diff --git a/math/R-stat.extend/DESCR b/math/R-stat.extend/DESCR new file mode 100644 index 00000000000..a48caf101a6 --- /dev/null +++ b/math/R-stat.extend/DESCR @@ -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 --git a/math/R-stat.extend/Makefile b/math/R-stat.extend/Makefile new file mode 100644 index 00000000000..108a3eb5c15 --- /dev/null +++ b/math/R-stat.extend/Makefile @@ -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 +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 --git a/math/R-stat.extend/distinfo b/math/R-stat.extend/distinfo new file mode 100644 index 00000000000..6f2c86091aa --- /dev/null +++ b/math/R-stat.extend/distinfo @@ -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 |