summaryrefslogtreecommitdiff
path: root/math/R-mvtnorm
AgeCommit message (Collapse)AuthorFilesLines
2016-04-13Update to 1.0.5wen2-7/+7
Upstream changes: Changes in version 1.0-5 (2016-02-02) o improvements in quantile estimation Changes in version 1.0-4 (2016-01-19) o a new algorithm for quantile estimation, again. Quantiles are now computed by a stochastic root finding algorithm. Note that f.quantile in the output of qmv{t,norm} is now (again) the squared difference between the cdf evaluated at the quantile and the level. The \code{interval} argument to the quantile functions is used as a starting value for the root finder when available. o clean-ups in C and R code and documentation Changes in version 1.0-3 (2015-07-21) o new algorithm for quantile estimation. Quantiles are now computed by minimising the squared distance between the distribution function and the probability whereas previous versions used uniroot(). The procedure is now performed multiple times with difference random seeds in order to stabilise the results. The \code{interval} argument to the quantile functions is IGNORED now.
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-05-31Update to 1.0.2wen2-6/+6
Upstream changes: Changes in version 1.0-2 (2014-12-16) o start providing C interfaces to the underlying algorithms. mvtnorm_C_mvtdst() directly calls Alan's FORTRAN code and can be used in other packages via LinkingTo. See mvtnorm/inst/C_API_Example for an example very much inspired by the example provided in package xts. o provide .C interfaces to the FORTRAN routines and allow switching on/off of R' RNG. Changes in version 1.0-1 (2014-11-11) o replace internal MVCHNV FORTRAN FUNCTION with R's sqrt(qchisq(p, n, FALSE, FALSE). This fixes a problem where NaN was returned as reported by David Charles Airey <airey_david_charles_at_lilly.com> Changes in version 1.0-0 (2014-07-08) o After 14 years, we now feel safe enough to publish mvtnorm 1.0-0. Many packages depend, import, or suggest mvtnorm, so this version change also indicates that the package is now stable and, to a very large extent, the API is frozen. We will of course continue to fix bugs or other problems but new features are unlikely to go into this package. o use Authors@R in DESCRIPTION o switch to standard NEWS format
2012-04-15Update to mvtnorm v0.9-9992, add LICENSE and regularize package files.brook3-7/+9
2011-12-19s/fortran77/fortran/ - use same fortran as R itself.markd1-2/+2
No PKGREVISION bump as either this is unchanged or didn't previously build
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau1-2/+2
"fortran" is alias of "fortran77" for now, but it will change later.
2009-12-11Update to the latest version of the module along with R updateadam2-8/+7
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-1/+2
that list Fortran in used languages.
2008-10-14Update R-mvtnorm to 0.9.2markd2-7/+7
Changes unknown.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.wiz1-2/+2
2006-08-22On DragonFly, cc is used for the Fortran linking sojoerg1-2/+2
require C as language.
2006-07-20Needs fortran.wiz1-1/+2
2006-07-02Initial import R-mvtnorm 0.7.2markd4-0/+22
Computes the multivariate normal and t distribution