Computes the Ergodicity Information Index
ergoInfo(data, use = c("edge.list", "weights"))
Returns a list containing:
The prime-weight encoding of the individual networks
The prime-weight encoding of the population network
The Kolmogorov complexity of the prime-weight encoded individual networks
The Kolmogorov complexity of the prime-weight encoded population network
The Ergodicity Information Index
A dynEGA.ind.pop object
Character.
A string indicating what network element will be used to compute the algorithm complexity, the list of edges or the weights of the network.
Defaults to use = "edge.list"
.
Current options are:
edge.list
Calculates the algorithm complexity using the list of edges.
weights
Calculates the algorithm complexity using the weights of the network.
Hudson Golino <hfg9s at virginia.edu>