Check#

class causalpy.checks.base.Check[source]#

Protocol that individual sensitivity checks must satisfy.

applicable_methods#

Experiment classes this check can be applied to.

Type:

set[type[BaseExperiment]]

Methods

Check.__init__(*args, **kwargs)

Check.run(experiment, context)

Execute the check and return a result.

Check.validate(experiment)

Verify the check is applicable to the given experiment.

Attributes

__init__(*args, **kwargs)#
classmethod __new__(*args, **kwargs)#