diff options
author | wen <wen@FreeBSD.org> | 2011-03-08 15:57:18 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-08 15:57:18 +0800 |
commit | 40912225277c98c257dcd17f4a44191fffd91810 (patch) | |
tree | f27e04b85be06aa51bff7ae3dec85326b3d723dd /math/Makefile | |
parent | e294a788f1d36fc9b12a57d4d21e33c91fe390a4 (diff) | |
download | freebsd-ports-gnome-40912225277c98c257dcd17f4a44191fffd91810.tar.gz freebsd-ports-gnome-40912225277c98c257dcd17f4a44191fffd91810.tar.zst freebsd-ports-gnome-40912225277c98c257dcd17f4a44191fffd91810.zip |
R-cran-mvtnorm computes multivariate normal and t probabilities, quantiles,
random deviates and densities.
WWW: http://cran.r-project.org/package=mvtnorm
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f29888c436ea..53d5bc95806d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -13,6 +13,7 @@ SUBDIR += R-cran-gpclib SUBDIR += R-cran-igraph SUBDIR += R-cran-inline + SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-psych SUBDIR += R-cran-sm SUBDIR += R-cran-sp |