Last data update: 2014.03.03

mnormt

Package: mnormt
Version: 1.5-4
Date: 2016-03-08
Title: The Multivariate Normal and t Distributions
Author: Fortran code by Alan Genz, R code by Adelchi Azzalini
Maintainer: Adelchi Azzalini <adelchi.azzalini@unipd.it>
Depends: R (>= 2.2.0)
Description: Functions are provided for computing the density and the
distribution function of multivariate normal and "t" random variables,
and for generating random vectors sampled from these distributions.
Probabilities are computed via non-Monte Carlo methods; different routines
are used in the case d=1, d=2, d>2, if d denotes the number of dimensions.
License: GPL-2 | GPL-3
URL: http://azzalini.stat.unipd.it/SW/Pkg-mnormt
NeedsCompilation: yes
Packaged: 2016-03-08 10:36:58 UTC; aa
Repository: CRAN
Date/Publication: 2016-03-09 01:11:14

● Cran Task View: Multivariate
● 0 images, 4 functions, 0 datasets
Reverse Depends: 17

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'mnormt' ...
** package 'mnormt' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c biv-nt.f -o biv-nt.o
f95   -fpic  -g -O2  -c sadmvnt.f -o sadmvnt.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o mnormt.so biv-nt.o sadmvnt.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/mnormt/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'mnormt'
    finding HTML links ... done
    dmnorm                                  html  
    dmt                                     html  
    mnormt-package                          html  
    pd.solve                                html  
** building package indices
** testing if installed package can be loaded
* DONE (mnormt)
Making 'packages.html' ... done