diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-11-23 02:32:01 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-11-23 02:32:01 +0000 |
commit | 38a5b8441402eaff5a75753e533748a26b6d9dd6 (patch) | |
tree | f4936a27c663c023130e3cecf740a09d37f40095 /math/R-cran-LearnBayes | |
parent | 5dac4c27d128f39f7db09aee2e21f021f1af1017 (diff) |
Notes
Diffstat (limited to 'math/R-cran-LearnBayes')
-rw-r--r-- | math/R-cran-LearnBayes/Makefile | 18 | ||||
-rw-r--r-- | math/R-cran-LearnBayes/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-LearnBayes/pkg-descr | 9 |
3 files changed, 29 insertions, 0 deletions
diff --git a/math/R-cran-LearnBayes/Makefile b/math/R-cran-LearnBayes/Makefile new file mode 100644 index 000000000000..564b96111134 --- /dev/null +++ b/math/R-cran-LearnBayes/Makefile @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= LearnBayes +PORTVERSION= 2.12 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Functions for Learning Bayesian Inference + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/R-cran-LearnBayes/distinfo b/math/R-cran-LearnBayes/distinfo new file mode 100644 index 000000000000..8ab74526ac55 --- /dev/null +++ b/math/R-cran-LearnBayes/distinfo @@ -0,0 +1,2 @@ +SHA256 (LearnBayes_2.12.tar.gz) = 5559d5fcceda7b695a62b88b8288a15367ea176b6d8769a8f811f0e9b8a3d37a +SIZE (LearnBayes_2.12.tar.gz) = 88819 diff --git a/math/R-cran-LearnBayes/pkg-descr b/math/R-cran-LearnBayes/pkg-descr new file mode 100644 index 000000000000..081ac3dfa4a6 --- /dev/null +++ b/math/R-cran-LearnBayes/pkg-descr @@ -0,0 +1,9 @@ +LearnBayes contains a collection of functions helpful in learning +the basic tenets of Bayesian statistical inference. It contains +functions for summarizing basic one and two parameter posterior +distributions and predictive distributions. It contains MCMC +algorithms for summarizing posterior distributions defined by the +user. It also contains functions for regression models, hierarchical +models, Bayesian tests, and illustrations of Gibbs sampling. + +WWW: http://cran.r-project.org/web/packages/LearnBayes/ |