Package: mvnfast Type: Package Title: Fast Multivariate Normal and Student's t Methods Version: 0.2.9 Date: 2026-03-20 Authors@R: c(person("Matteo", "Fasiolo", email = "matteo.fasiolo@gmail.com", role = c("aut", "cre")), person("Thijs", " van den Berg", role = c("ctb"))) Maintainer: Matteo Fasiolo Description: Provides computationally efficient tools related to the multivariate normal and Student's t distributions. The main functionalities are: simulating multivariate random vectors, evaluating multivariate normal or Student's t densities and Mahalanobis distances. These tools are very efficient thanks to the use of C++ code and of the OpenMP API. License: GPL (>= 2.0) URL: https://github.com/mfasiolo/mvnfast/ Imports: Rcpp Suggests: knitr, rmarkdown, testthat, mvtnorm, microbenchmark, MASS, plyr, RhpcBLASctl LinkingTo: Rcpp, RcppArmadillo, BH VignetteBuilder: knitr RoxygenNote: 7.3.3 Repository: https://mfasiolo.r-universe.dev Date/Publication: 2026-03-20 11:28:40 UTC RemoteUrl: https://github.com/mfasiolo/mvnfast RemoteRef: HEAD RemoteSha: b914565cfbfdfbecc91fa8d86c8601b6d1fbe583 NeedsCompilation: yes Packaged: 2026-07-24 07:51:22 UTC; root Author: Matteo Fasiolo [aut, cre], Thijs van den Berg [ctb]