diff options
author | tota <tota@FreeBSD.org> | 2012-11-18 12:34:53 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-11-18 12:34:53 +0800 |
commit | 6df4a9d94a03632d1021ace7bd4adc75261472c8 (patch) | |
tree | 795ef48e2831c8e474d76cd7c3191c5df80af31d /math/Makefile | |
parent | 1c6becca80634d7a8b438c04432c883cce152dfb (diff) | |
download | freebsd-ports-gnome-6df4a9d94a03632d1021ace7bd4adc75261472c8.tar.gz freebsd-ports-gnome-6df4a9d94a03632d1021ace7bd4adc75261472c8.tar.zst freebsd-ports-gnome-6df4a9d94a03632d1021ace7bd4adc75261472c8.zip |
- Add a new port: math/R-cran-MCMCpack
This package contains functions to perform Bayesian inference using
posterior simulation for a number of statistical models. Most
simulation is done in compiled C++ written in the Scythe Statistical
Library Version 1.0.3. All models return coda mcmc objects that can
then be summarized using the coda package. MCMCpack also contains
some useful utility functions, including some additional density
functions and pseudo-random number generators for statistical
distributions, a general purpose Metropolis sampling algorithm, and
tools for visualization.
WWW: http://cran.r-project.org/web/packages/MCMCpack/
Feature safe: yes
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 5d65297cdd33..ca499b88a007 100644 --- a/math/Makefile +++ b/math/Makefile @@ -8,6 +8,7 @@ SUBDIR += R SUBDIR += R-cran-Formula SUBDIR += R-cran-KFAS + SUBDIR += R-cran-MCMCpack SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-SuppDists SUBDIR += R-cran-Zelig |