Skip to contents

Calculate the traditional entropy associated with the current graph and block partition.

Usage

entropy_trad(E, n, directed = FALSE, simple = TRUE)

Arguments

E

Integer matrix of edge counts associated with current partition

n

Integer vector of node counts associated with current partition

directed

Whether graph is directed

simple

Whether graph is simple.

Details

$$S_t = \frac{1}{2} \sum_{rs} n_r n_s H_b\left(\frac{e_{rs}}{n_r n_s}\right)$$