CRAN
MultiGHQuad 1.2.0
Multidimensional Gauss-Hermite Quadrature
Released Aug 12, 2016 by Karel Kroeze
This package can be loaded by Renjin but all tests failed.
Dependencies
mvtnorm 1.0-8 fastGHQuad 0.2 Matrix 1.2-14
Uses a transformed, rotated and optionally adapted n-dimensional grid of quadrature points to calculate the numerical integral of n multivariate normal distributed parameters.
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>MultiGHQuad</artifactId> <version>1.2.0-b20</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:MultiGHQuad')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.