1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: mnormt
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 10), r-base-dev (>= 4.0.2), dh-r, r-cran-tmvnsim
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/edd/r-cran-mnormt
Vcs-Git: https://salsa.debian.org/edd/r-cran-mnormt.git
Homepage: https://cran.r-project.org/package=mnormt
Package: r-cran-mnormt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
Description: GNU R package providing multivariate normal and t distribution
This package provides functions for computing the density and the
distribution function of, and for generating random vectors from the
multivariate normal and multivariate t distributions. It provides
functions similar in scope to those of the package 'mvtnorm', but
with some differences; one of these is that probabilities are
computed via a non-Monte Carlo method.
|