spistats.plot package¶
Submodules¶
spistats.plot.cdf module¶
This module provides a function to plot the cdf of the law of the number of desynchronization before desynchronization.
- spistats.plot.cdf.cdf(law, scale='linear')[source]¶
Plot the cdf of the probability law of the number of desynchronization.
- Parameters:
law (spistats.desynchronization.NumberOfDsync()) – Probability law of the number of desynchronization.
scale (string) – (Optional, default=”linear”) The scale of the graph. Can only be “linear” at the moment. Log scale is planned for a future version.
Module contents¶
This package provides utilities to visualize the probability law of the number of desynchornization.