pkgsrc/math/R-stat.extend/Makefile
mef ceacf2ceca 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.
2021-08-28 06:29:05 +00:00

15 lines
374 B
Makefile

# $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"