expdeg function

expdeg

expdeg

Calculate the expectation of degree distribution of network

expdeg(x)

Arguments

  • x: adjacency matrix

Returns

scaler

Details

Given a network in adjacency matrix form, this calculates the expected degree statistic using igraph degree distribution function.

Examples

expdeg(beach[[1]][, ])

Author(s)

Abhirup

  • Maintainer: Abhirup Mallik
  • License: GPL-3
  • Last published: 2020-11-30

Useful links