_tacoma.edge_lists_with_histograms

class _tacoma.edge_lists_with_histograms

Similar to the _tacoma.edge_lists class but with additional analysis results.

__init__(self: _tacoma.edge_lists_with_histograms) → None

Methods

__init__(self)

Attributes

N The number of nodes.
edges A list containing the edge list of the network at the correspoding time in t
group_durations A list of list s where the m-th entry contains all durations of all observed groups of size m.
size_histograms A list of dict s, one dictionary for each edge list, containing the number of observed groups of size m at this time.
t An ordered list containing the time points at which the new edge list becomes active.
tmax The maximum time.