bonchev3: Mean information content of the distance equalities

Description Usage Arguments Value Author(s) References Examples

View source: R/bonchev3.R

Description

This method calculates the mean information content of the distance equalities.

Usage

1

Arguments

g

a graph as a graphNEL object.

dist

the distance matrix of the graph. Will be calculated automatically if not supplied.

Value

The mean information content of the distance equalities I^E_D(G) as a double-precision floating point value.

Author(s)

Michael Schutte

References

D. Bonchev and N. Trinajstic, Information theory, distance matrix and molecular branching, J. Chem. Phys., 67:4517-4533, 1977

Examples

1
2
3
4
5
6
set.seed(987)
g <- randomEGraph(as.character(1:10), 0.3)

dist <- distanceMatrix(g)

bonchev3(g, dist)

QuACN documentation built on May 2, 2019, 5:46 p.m.