dynetx.DynGraph.inter_event_time_distribution

DynGraph.inter_event_time_distribution(u=None, v=None)

Return the distribution of inter event time. If u and v are None the dynamic graph intere event distribution is returned. If u is specified the inter event time distribution of interactions involving u is returned. If u and v are specified the inter event time distribution of (u, v) interactions is returned

Parameters

u : node id v : node id

Returns

nddictionary

A dictionary from inter event time to number of occurrences