CRAN
MVNBayesian 0.0.8-11
Bayesian Analysis Framework for MVN (Mixture) Distribution
Released Aug 16, 2018 by ZHANG Chen
Dependencies
Tools of Bayesian analysis framework using the method suggested by Berger (1985)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>MVNBayesian</artifactId> <version>0.0.8-11-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:MVNBayesian')
Test Results
This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.
- Ascending_Num-examples
- MVN_BayesianIterator-examples
- MVN_BayesianPosteriori-examples
- MVN_FConditional-examples
- MVN_GibbsSampler-examples
- MVN_MCMC-examples
- MatrixAlternative-examples
- MixMVN_BayesianPosteriori-examples
- MixMVN_GibbsSampler-examples
- MixMVN_MCMC-examples
- dataset1-examples
- dataset2-examples