metric.degree.entropy: Degree Entropy

Description Usage Arguments Details Value Author(s) References Examples

Description

Calculate the degree entropy of a graph.

Usage

1

Arguments

g

The input network.

Details

Calculates the degree entropy of graph g, i.e.

Entropy(g) = - ∑_{i=1}^{n} i*\log _2(i)

Value

A real constant.

Author(s)

Xu Dong, Nazrul Shaikh.

References

Anand, Kartik, and Ginestra Bianconi. "Entropy measures for networks: Toward an information theory of complex topologies." Physical Review E 80, no. 4 (2009): 045102.

Examples

1
2
3
4
## Not run: 
x <-  net.erdos.renyi.gnp(1000, 0.01)
metric.degree.entropy(x)
## End(Not run)

networkgroupR/fastnet documentation built on May 23, 2019, 1:32 p.m.