moments function

Computation of graph moments of a network

Computation of graph moments of a network

moments(A, k = 3)

Arguments

  • A: adjacency matrix
  • k: order of the largest graph moments to be considered

Returns

vector with the first k (normalized) graph moments of the network A

Examples

param <- list(R = 500, alpha = .04, beta = .02, deltaIn = 100, deltaOut = 100) A <- sampleDPA(param) moments(A)
  • Maintainer: Tabea Rebafka
  • License: GPL-2
  • Last published: 2023-06-07

Useful links