Path to this page:
Subject: CVS commit: pkgsrc/math/R-mvtnorm
From: Makoto Fujiwara
Date: 2024-06-08 16:49:19
Message id: 20240608144919.74C60FC74@cvs.NetBSD.org
Log Message:
(math/R-mvtnorm) Updated 1.2.4 to 1.2.5
R CMD Rdconv -t txt mvtnorm/inst/NEWS.Rd
NEWS file for the 'mvtnorm' package
Changes in Version 1.2-5 (2024-05-18):
Features:
* Update the 'Using mvtnorm' package vignette and references
therein.
* Speed up 'Mult(<ltMatrices>, transpose = TRUE)'.
* Speed up 'ldmvnorm()'.
* Add constructor 'syMatrices' for multiple symmetric matrices
and 'as.syMatrices' for coercion from 'ltMatrices'.
Bugfixes:
* Fix segmentation fault or unnecessary error or warning +
approximation for 'algorithm = Miwa()' or 'TVPACK()', in
case dimension reduction to one-dimensional is possible,
e.g., for
pmvnorm(lower = rep(-Inf,3), upper = c(-1, Inf, Inf),
sigma = diag(3), algorithm = Miwa())
# or
pmvnorm(lower = c(-Inf,-Inf),
upper = c(- 1, Inf), sigma=diag(2), algorithm = TVPACK())
Files: