yaw.correlation.estimators.cts_from_code#

yaw.correlation.estimators.cts_from_code(code: str) Cts[source]#

Instantiate the correct Cts subclass from a string.

Valid options are dd, dr, rd, rr, e.g.:

>>> cts_from_code("dr")
<CtsDR>