Learn R Programming

EGAnet (version 1.1.0)

ergoInfo: Ergodicity Information Index

Description

Computes the Ergodicity Information Index

Usage

ergoInfo(data, use = c("edge.list", "weights"))

Value

Returns a list containing:

PrimeWeight

The prime-weight encoding of the individual networks

PrimeWeight.pop

The prime-weight encoding of the population network

Kcomp

The Kolmogorov complexity of the prime-weight encoded individual networks

Kcomp.pop

The Kolmogorov complexity of the prime-weight encoded population network

EII

The Ergodicity Information Index

Arguments

data

A dynEGA.ind.pop object

use

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.

Author

Hudson Golino <hfg9s at virginia.edu>