lweights_multinomial:
Computation of the log-weight matrix in a multinomial setting.
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.
Number of cores to be used in parallelized computation.
Value
W
log-weight matrix.
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).