compute_averagesize function

Compute the average size of a random partition

Compute the average size of a random partition

Recursive function to compute the average size of a random partition for a given number of nodes

compute_averagesize(num.nodes)

Arguments

  • num.nodes: number of nodes

Returns

a numeric

Examples

n <- 6 compute_averagesize(n)
  • Maintainer: Marion Hoffman
  • License: GPL (>= 3)
  • Last published: 2024-05-10