boolean |
BackdoorCriterion.isValid(Evidence evidence,
Distribution query,
ValidationOptions options) |
Tests whether adjustment inputs are valid, without raising an exception.
|
boolean |
BackdoorCriterion.isValid(List<CausalNode> treatments,
List<CausalNode> outcomes,
List<CausalNode> nonTreatmentEvidence,
ValidationOptions options) |
Tests whether adjustment inputs are valid, without raising an exception.
|
boolean |
DisjunctiveCauseCriterion.isValid(Evidence evidence,
Distribution query,
ValidationOptions options) |
Tests whether adjustment inputs are valid, without raising an exception.
|
boolean |
DisjunctiveCauseCriterion.isValid(List<CausalNode> treatments,
List<CausalNode> outcomes,
List<CausalNode> adjusted,
ValidationOptions options) |
Tests whether adjustment inputs are valid, without raising an exception.
|
boolean |
FrontDoorCriterion.isValid(Evidence evidence,
Distribution query,
ValidationOptions options) |
Tests whether adjustment inputs are valid, without raising an exception.
|
boolean |
FrontDoorCriterion.isValid(List<CausalNode> treatments,
List<CausalNode> outcomes,
List<CausalNode> nonTreatmentEvidence,
ValidationOptions options) |
Tests whether adjustment inputs are valid, without raising an exception.
|
boolean |
Validation.isValid(Evidence evidence,
Distribution query,
ValidationOptions options) |
Tests whether adjustment inputs are valid, without raising an exception.
|
boolean |
Validation.isValid(List<CausalNode> treatments,
List<CausalNode> outcomes,
List<CausalNode> nonTreatmentEvidence,
ValidationOptions options) |
Tests whether adjustment inputs are valid, without raising an exception.
|
void |
BackdoorCriterion.validate(Evidence evidence,
Distribution query,
ValidationOptions options) |
Tests whether adjustment inputs are valid, and throws an exception if not, with an error message.
|
void |
BackdoorCriterion.validate(List<CausalNode> treatments,
List<CausalNode> outcomes,
List<CausalNode> nonTreatmentEvidence,
ValidationOptions options) |
Tests whether adjustment inputs are valid, and throws an exception if not, with an error message.
|
void |
DisjunctiveCauseCriterion.validate(Evidence evidence,
Distribution query,
ValidationOptions options) |
Tests whether adjustment inputs are valid, and throws an exception if not, with an error message.
|
void |
DisjunctiveCauseCriterion.validate(List<CausalNode> treatments,
List<CausalNode> outcomes,
List<CausalNode> nonTreatmentEvidence,
ValidationOptions options) |
Tests whether adjustment inputs are valid, and throws an exception if not, with an error message.
|
void |
FrontDoorCriterion.validate(Evidence evidence,
Distribution query,
ValidationOptions options) |
Tests whether adjustment inputs are valid, and throws an exception if not, with an error message.
|
void |
FrontDoorCriterion.validate(List<CausalNode> treatments,
List<CausalNode> outcomes,
List<CausalNode> nonTreatmentEvidence,
ValidationOptions options) |
Tests whether adjustment inputs are valid, and throws an exception if not, with an error message.
|
void |
Validation.validate(Evidence evidence,
Distribution query,
ValidationOptions options) |
Tests whether adjustment inputs are valid, and throws an exception if not, with an error message.
|
void |
Validation.validate(List<CausalNode> treatments,
List<CausalNode> outcomes,
List<CausalNode> nonTreatmentEvidence,
ValidationOptions options) |
Tests whether adjustment inputs are valid, and throws an exception if not, with an error message.
|