Global options

yli.config = <yli.config.Config object>

Global configuration for the library

Config.alpha = 0.05

Alpha level for significance tests, confidence intervals (float)

Config.pvalue_leading_zero = True

Display a leading zero for p values (bool)

Config.pvalue_max_dps = 3

Display at most this many decimal places for p values (int)

Config.pvalue_min_dps = 2

Display at least this many decimal places for p values (int)

Config.repr_is_summary = True

If enabled, __repr__ on test results, etc. directly calls the summary function (bool)

Config.hpstat_path = True

Path to hpstat binary