getRho {noisySBM} | R Documentation |
compute rho associated with given values of w, nu0 and nu
Description
compute rho associated with given values of w, nu0 and nu
Usage
getRho(Q, w, nu0, nu, data, modelFamily)
Arguments
Q |
number of latent blocks in the noisy stochastic block model |
w |
weight parameter in the noisy stochastic block model |
nu0 |
null parameter in the noisy stochastic block model |
nu |
alternative parameter in the noisy stochastic block model |
data |
data vector in the undirected model, data matrix in the directed model |
modelFamily |
probability distribution for the edges. Possible values:
|
Value
a matrix of conditional probabilities of an edge given the node memberships of the interacting nodes
[Package noisySBM version 0.1.4 Index]