meanDistanceDeviation: Mean Distance Deviation

Description Usage Arguments Value Author(s) References Examples

View source: R/meanDistanceDeviation.R

Description

This method calculates the Mean Distance Deviation.

Usage

1

Arguments

g

a graph as a graphNEL object.

dist

the distance matrix of the graph. If the parameter is empty the distance matrix will be calculated within the function.

Value

This method returns Mean Distance Deviation.

Author(s)

Laurin Mueller <laurin@eigenlab.net>

References

Skorobogatov V.A. and Dobrynin A.A., Metric analysis of graphs, match, pp. 105-151, 1988.

Examples

1
2
3
4
5
library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)

meanDistanceDeviation(g)

QuACN documentation built on May 2, 2019, 8:18 a.m.