spistats package¶
Subpackages¶
Module contents¶
This module generates the graphs of the paper https://inria.hal.science/hal-04525080. Based on Markov chains we compute the average number of packet sent before desynchronization. Executing this module with python -m generates the plots in a directory named “plot” in the current working directory.
- spistats.markov.Ef(p, m)[source]¶
Expectation of the number of packet before desynchronization based on Markov chains theory. :param p: Packet loss rate. :type p: float in [0,1] :param m: Size if the identifier list. :type m: int :return: Expectation of the number of packet before desynchronization. :rtype: float