diff options
author | wen <wen@pkgsrc.org> | 2016-04-09 08:36:34 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-04-09 08:36:34 +0000 |
commit | c6d6d21db27469a38dc66424c3ddef0560fddf08 (patch) | |
tree | 0652cada7edaf5d0299cb23d61ae16f08c5e4c38 | |
parent | 06be57997f42eb30a2019b889ad8a1c556758232 (diff) | |
download | pkgsrc-c6d6d21db27469a38dc66424c3ddef0560fddf08.tar.gz |
Update to 1.4.24
Upstream changes:
2 February 2016: statmod 1.4.24
- speedup for rinvgauss() by replacing rchisq() with rnorm() and
rbinom() with runif().
- speedup for qinvgauss() by using qgamma as starting approximation
for very small right tail probabilities, and inverse chisq as
starting approximation for very small left tail probabilities.
- qinvgauss() now computes Newton step using log probabilities
and a Taylor series expansion for small steps. This improves
accuracy in extreme cases. The stopping criterion for the Newton
iteration has been revised.
- Bug fix to dinvgauss(), pinvgauss() and qinvgauss() which were not
preserving attributes of the first argument.
30 December 2015: statmod 1.4.23
- qinvgauss() has been improved to return best achievable machine
accuracy. It now checks for backtracking of the Newton iteration.
- dinvgauss() and pinvgauss() now check for a wider range of special
cases. This allows them to give valid results in some cases
for infinite or missing parameter values and for x outside the
support of the distribution.
26 October 2015: statmod 1.4.22
- Functions needed from the stats and graphics packages are now
explicitly imported into the package NAMESPACE.
-rw-r--r-- | math/R-statmod/Makefile | 4 | ||||
-rw-r--r-- | math/R-statmod/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-statmod/Makefile b/math/R-statmod/Makefile index 69416bb04be..f51c885fb81 100644 --- a/math/R-statmod/Makefile +++ b/math/R-statmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/05/30 10:50:34 wen Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/09 08:36:34 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Miscellaneous biostatistical modeling functions LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v3 R_PKGNAME= statmod -R_PKGVER= 1.4.21 +R_PKGVER= 1.4.24 USE_LANGUAGES+= c fortran diff --git a/math/R-statmod/distinfo b/math/R-statmod/distinfo index 2d20819cdf7..868c096f03d 100644 --- a/math/R-statmod/distinfo +++ b/math/R-statmod/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 23:33:30 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/09 08:36:34 wen Exp $ -SHA1 (R/statmod_1.4.21.tar.gz) = 0c1155621a5ae9e9e138200baf49f918fc937129 -RMD160 (R/statmod_1.4.21.tar.gz) = 2c4883ca782365eeae2415bc775ad92881fdccbc -SHA512 (R/statmod_1.4.21.tar.gz) = 81ae7a2bdad56f02693c860129f8237993fe870d5710f199ba44cc62a3ce65016cb59cfbb111575a23d079768f56a033e5157c35adc279723fc0f2896769f305 -Size (R/statmod_1.4.21.tar.gz) = 56227 bytes +SHA1 (R/statmod_1.4.24.tar.gz) = daf9656362f24b301127f47554b840be33547b18 +RMD160 (R/statmod_1.4.24.tar.gz) = 2f3e7f6a39e6ef42afe5d3c8e2156169a443213e +SHA512 (R/statmod_1.4.24.tar.gz) = 1683f29b321e0c409b7de392f71ebb984ccd518bc2172b0c1a7e72c1b5aa95e30f99c0f4c940a266cd5bfbc004a191f032b93747072e3ce8b7de061b4f8005e9 +Size (R/statmod_1.4.24.tar.gz) = 57837 bytes |