CRAN

MoTBFs 1.0

Learning Hybrid Bayesian Networks using Mixtures of Truncated Basis Functions

Released Sep 28, 2015 by Inmaculada Pérez-Bernabé

This package can be loaded by Renjin but 37 out 56 tests failed.

Dependencies

bnlearn 4.3 quadprog 1.5-5 lpSolve 5.6.13

Learning, manipulation and evaluation of mixtures of truncated basis functions (MoTBFs), which include mixtures of polynomials (MOPs) and mixtures of truncated exponentials (MTEs). MoTBFs are a flexible framework for modelling hybrid Bayesian networks. The package provides functionality for learning univariate, multivariate and conditional densities, with the possibility of incorporating prior knowledge. Structural learning of hybrid Bayesian networks is also provided. A set of useful tools is provided, including plotting, printing and likelihood evaluation. This package makes use of S3 objects, with two new classes called 'motbf' and 'jointmotbf'.

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>MoTBFs</artifactId>
    <version>1.0-b54</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:MoTBFs')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.

Source

R

View GitHub Mirror

Release History