CRAN

MfUSampler 1.0.4

Multivariate-from-Univariate (MfU) MCMC Sampler

Released Jun 13, 2017 by Alireza S. Mahani

This package is available for Renjin and there are no known compatibility issues.

Dependencies

coda 0.19-1 ars 0.5 HI 0.4

Convenience functions for multivariate MCMC using univariate samplers including: slice sampler with stepout and shrinkage (Neal (2003) ), adaptive rejection sampler (Gilks and Wild (1992) ), adaptive rejection Metropolis (Gilks et al (1995) ), and univariate Metropolis with Gaussian proposal.

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>MfUSampler</artifactId>
    <version>1.0.4-b19</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:MfUSampler')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History