expSBM_ELBO {expSBM} | R Documentation |
expSBM_ELBO
Description
Evaluates the evidence lower bound for a given dynamic network.
Usage
expSBM_ELBO(N, edgelist, Z, lambda, mu, nu, directed = F, trunc = T, verbose = F)
Arguments
N |
Number of nodes. |
edgelist |
A matrix with 4 columns: on the first column the sender node, on the second the receiver, on the third either a one or zero to indicate whether it is an interaction or a non-interaction respectively, on the fourth the corresponding exponential length. |
Z |
A |
lambda |
Mixing proportions of the latent groups. |
mu |
A matrix of size |
nu |
A matrix of size |
directed |
|
trunc |
|
verbose |
|
Value
computing_time |
Number of seconds required for the evaluation. |
elbo_value |
Value of the evidence lower bound for the given variational parameters. |