OutcomeFalsification.validate#

OutcomeFalsification.validate(experiment)[source]#

Verify the experiment is compatible with OutcomeFalsification.

Parameters:

experiment (BaseExperiment) – Candidate experiment to validate.

Raises:

TypeError – If the experiment does not use a formula, or uses a non-PyMC model.

Return type:

None