culebra.tools.EffectSize class

class EffectSize(test: str, data: str, column: str, batches: list, value: np.ndarray)

Create new instance of EffectSize(test, data, column, batches, value)

Attributes

EffectSize.test: str

Name of the test.

EffectSize.data: str

Key for the dataframe containing the data

EffectSize.column: str

Column key in the dataframe

EffectSize.batches: list

Labels of all the analyzed batches.

EffectSize.value: ndarray

Effect size values.

Dunder methods

EffectSize.__str__() str

Pretty print of the effect sizes.

EffectSize.__repr__() str

Print all the input parameters and outputs.