Changes in version 2.1.2 (2026-01-27) o Some declarations of variables, notably DOUBLE PRECISION TVTMFN in tvpack.f, have been inserted in Fortran source files, as pointed out by the CRAN group. o Fixing some syntax glitches in the Rd documentation files, pointed out by the CRAN group. Changes in version 2.1.1 (2022-09-26) o When sadmvn, pmnorm, sadmvt, pmt are called with dimension larger than 20, the returned value is now NA, instead of 0, with attr(,"status")="oversize". o The NEWS file is now in Rd format. Changes in version 2.1.0 (2022-06-07) o Function dmtruncnorm is now based on Fortran coding of a Gibbs sampling, removing an incorrect dependence on package tmvnsim. o Function plot_fxy is introduced. o Now {d,p,r}mtruncnorm can be called with parameters which actually represent a univariate distribution. o In recintab, biv.nt.prob is used instead of sadmvn when d=2. Changes in version 2.0.2 (2020-09-01) o R version requirement is reduced from 4.0.0 to 2.2.0. Changes in version 2.0.1 (2020-06-29) o Fixed a bug which effectively prevented using dmtruncnorm and dmtrunct with an argument x of vector type. o Improvements in the documentation of recintab and mom2cum. Changes in version 2.0.0 (2020-06-02) o Support for the truncated versions of the multivariate normal and the _t_ distributions is introduced. o For the truncated normal distribution, functions recintab and mom2cum compute moments and cumulants. o Function mom2cum can also be used for obtaining the cumulants of other distributions of which the moments are known. o Evaluation of the normal and _t_ distribution function in the trivariate case now uses specific Fortran code. Changes in version 1.5-7 (2020-04-30) o Improved R coding of sadmvn and sadmvt, with more extended use of biv.nt.prob. o Fixed a bug of pmnorm affecting a peculiar input set. o New function sample_Mardia_measures is introduced. Changes in version 1.5-6 (2020-02-03) o Fixed problem connected to use of 'unintialized' variable in Fortan 77 code, as claimed by valgrind, with thanks to Professor Brian Ripley for sorting out this issue; o Replaced is.matrix(.) with code compliant with R 4.0.0 Changes in version 1.5-5 (2016-10-15) o Fix a bug in rmt; this drops the earlier property that repeated calls with a larger n and reset set.seed(.) started with the shorter sequence. Changes in version 1.5-4 (2016-03-09) o Improved NAMESPACE and documentation. o More flexible use of mean in {d,p,r}mnorm and in {d,p,r}mt. o pd.solve transfers dimnames(x) to output. Changes in version 1.5-3 (2015-05-25) o rmt and rmnorm output with d=1 have now the same structure. o improved checks on arguments supplied to dmnorm and dmt. Changes in version 1.5-2 (2015-04-03) o Introduced new argument sqrt of dmnorm and dmt. o Limited check of the arguments is introduced (skipped for speed in earlier versions). o Calls to rmt with a smaller/larger of n generate a sub/superset of values. Changes in version 1.5-1 (2014-06-30) o fixes a bug of parameter checking in dmnorm and dmt. Changes in version 1.5-0 (2014-06-27) o Improved coding of dmnorm and dmt functions, avoiding use of apply. o Allow calling pmnorm and pmt with a matrix argument x. Changes in version 1.4-7 (2013-12-04) o .First.lib() removed on request from CRAN o other minor fixes. Changes in version 1.4-5 (2012-01-07) o NAMESPACE introduced on request by the R Core Team. Changes in version 1.4-3 (2011-05-04) o fixed bug similar to the one of 1.4-2 in sadmvn and sadmvt. Changes in version 1.4-2 (2011-04-28) o fixed bug of biv.not.prob if some components had (lower=-Inf & upper=Inf). Changes in version 1.4-1 (2011-04-07) o Fixed inadequate documentation o coding of dmnorm and dmt is straightened; o log.det in pd.solve is returned only on request. Changes in version 1.4-0 (2011-01-16) o Function pd.solve is introduced o argument mean can now be a matrix for {d,p}mnorm and {d,p}mt. Changes in version 1.3-4 (2010-11-26) o fixed a bug affecting the case d>2 & df=Inf. Changes in version 1.3-3 (2009-03-21) o removed check on the R version on request of the R Core team. Changes in version 1.3-2 (2009-01-30) o minor modification to Fortran 77 code to avoid GOTO jumps out of IF blocks. Changes in version 1.3-0 o evaluation of normal and _t_ distribution functions in the bivariate case now uses specific Fortran code o improved R coding. Changes in version 1.2-1 (2007-03-17) o some amendments in documentation. Changes in version 1.2-0 (2006-10-26) o fixed a bug in function rmt. Changes in version 1.1-0 (2006-10-09) o amedend Fortran 77 code of Alan Genz (subtroutine TRESTR). Changes in version 1.0-1 (2006-04-26) o fixed a bug of non-compliance to R programming standards. Changes in version 1.0-0 o first version uploaded on CRAN. Changes in version 0.0-1 o built private version.