module documentation

Creates ERT-ratio comparison figures (ECDF) and convergence figures for the comparison of 2 algorithms.

Scale up figures for two algorithms can be done with compall/ppfigs.py

Function annotate Display some annotations associated to the graphs generated.
Function beautify Format the figure.
Function main Returns ERT1/ERT0 comparison figure.
Variable fthresh Undocumented
Variable incrstars Undocumented
Variable linewidth Undocumented
Variable offset Undocumented
Variable styles Undocumented
Variable xmax Undocumented
Function _generateData Undocumented
def annotate(entry0, entry1, dim, minfvalue=1e-08, nbtests=1):

Display some annotations associated to the graphs generated.

def beautify(xmin=None):

Format the figure.

def main(dsList0, dsList1, minfvalue=1e-08, outputdir=''):

Returns ERT1/ERT0 comparison figure.

fthresh: float =

Undocumented

incrstars: float =

Undocumented

linewidth: int =

Undocumented

offset: float =

Undocumented

styles: list =

Undocumented

xmax: int =

Undocumented

def _generateData(entry0, entry1, fthresh=None, downsampling=None):

Undocumented