lweights_multinomial: Computation of the log-weight matrix in a multinomial...

Description Usage Arguments Value Author(s) References Examples

View source: R/lweights_multinomial.R

Description

The function computes the log-weights of all edges in a multinomial setting. The result should be used in edge.prob with argument log set to TRUE. Prior counts can be generated using the function prior_unif_dirichlet. Computation can be parallelized by setting nbcores to more than 2. Parallelization relies on parallel.

Usage

1
lweights_multinomial(data, prior = defaut.prior, nbcores = 1)

Arguments

data

Matrix containing discrete data.

prior

Prior to be used for the Dirichlet distribution.

nbcores

Number of cores to be used in parallelized computation.

Value

W

log-weight matrix.

Author(s)

Lo<c3><af>c Schwaller

References

This package implements the method described in the paper "Bayesian Inference of Graphical Model Structures Using Trees" by L. Schwaller, S. Robin, M. Stumpf, 2015 (submitted and availavable on arXiv).

Examples

1
2
3
4
5
6

saturnin documentation built on May 1, 2019, 10:18 p.m.