exp_counts_bin_gp: INTERNAL FUNCTION - DO NOT CALL DIRECTLY Used by...

View source: R/measures_net_dis.R

exp_counts_bin_gpR Documentation

INTERNAL FUNCTION - DO NOT CALL DIRECTLY Used by density_binned_counts_gp Calculate expected counts with geometric poisson (Polya-Aeppli) approximation for a single density bin.

Description

INTERNAL FUNCTION - DO NOT CALL DIRECTLY Used by density_binned_counts_gp Calculate expected counts with geometric poisson (Polya-Aeppli) approximation for a single density bin.

Usage

exp_counts_bin_gp(
  bin_idx,
  graphlet_counts,
  density_interval_indexes,
  max_graphlet_size
)

Arguments

bin_idx

Density bin index to calculate expected counts for.

graphlet_counts

Graphlet counts for a number of ego_networks.

density_interval_indexes

Density bin indexes for each ego network in graphlet_counts.

max_graphlet_size

Determines the maximum size of graphlets. Currently only size 4 and 5 are supported. included in graphlet_counts.


alan-turing-institute/network-comparison documentation built on June 7, 2022, 10:41 p.m.