_tacoma.edge_changes_with_histograms¶
-
class
_tacoma.edge_changes_with_histograms¶ Similar to the
_tacoma.edge_changesclass but with additional analysis results.-
__init__(self: _tacoma.edge_changes_with_histograms) → None¶
Methods
__init__(self)Attributes
NThe number of nodes. contact_durationsA list of ints, each entry is the duration of a single contact (in time steps).edges_inA list containing the edges coming in to the network at the correspoding time in t. edges_initialA list containing the edges of the network at time t0 edges_outA list containing the edges leaving the network at the correspoding time in t. final_size_histogramA dictcontaining group sizes as keys and counts of groups of corresponding sizes as values.group_changesA list dict, one dict for each time step, containing group sizes as keys and change of value to the previous time step as values.initial_size_histogramA dictcontaining group sizes as keys and counts of groups of corresponding sizes as values.inter_contact_durationsA list of ints, each entry is the number of time steps it took a single node to reconnect.tAn ordered list containing the time points at which changes occur. t0The initial time. tmaxThe final time. -