(=>
(and
(instance ?VARIABLE Process)
(instance ?EXPERIMENT Experimenting)
(instance ?AGENT AutonomousAgent)
(experiencer ?AGENT AutonomousAgent)
(experimentalVariableProcess ?EXPERIMENT ?VARIABLE))
(exists (?CONTROL_GROUP)
(and
(instance ?CONTROL_GROUP Collection)
(member ?AGENT ?CONTROL_GROUP)
(controlGroup ?CONTROL_GROUP ?EXPERIMENT)))) |
UXExperimentalTerms.kif 3848-3859 |
If X is an instance of process, Y is an instance of experimenting, Z is an instance of agent, agent experiences Z, and X is a process in Y, then there exists ?CONTROL_GROUP such that ?CONTROL_GROUP is an instance of collection, Z is a member of ?CONTROL_GROUP, and ?CONTROL_GROUP is the control group in Y |
(=>
(and
(instance ?EXPERIMENT Experimenting)
(experimentalVariableProcess ?EXPERIMENT ?VARIABLE))
(subProcess ?VARIABLE ?EXPERIMENT)) |
UXExperimentalTerms.kif 3879-3883 |
If X is an instance of experimenting and Y is a process in X, then Y is a subprocess of X |
(=>
(and
(instance ?EXPERIMENT Experimenting)
(experimentalVariableProcess ?EXPERIMENT ?VARIABLE))
(not
(experimentalControlProcess ?EXPERIMENT ?VARIABLE))) |
UXExperimentalTerms.kif 3886-3891 |
If X is an instance of experimenting and Y is a process in X, then the control in experiment X is Y |
(=>
(and
(instance ?VARIABLE Process)
(instance ?EXPERIMENT Experimenting)
(instance ?AGENT AutonomousAgent)
(experiencer ?AGENT AutonomousAgent)
(experimentalVariableProcess ?EXPERIMENT ?VARIABLE))
(exists (?TREATMENT_GROUP)
(and
(instance ?TREATMENT_GROUP Collection)
(member ?AGENT ?TREATMENT_GROUP)
(treatmentGroup ?TREATMENT_GROUP ?EXPERIMENT)))) |
UXExperimentalTerms.kif 3965-3976 |
If X is an instance of process, Y is an instance of experimenting, Z is an instance of agent, agent experiences Z, and X is a process in Y, then there exists ?TREATMENT_GROUP such that ?TREATMENT_GROUP is an instance of collection, Z is a member of ?TREATMENT_GROUP, and ?TREATMENT_GROUP is the treatment group in Y |
(=>
(and
(instance ?EVP Process)
(instance ?AGENT AutonomousAgent)
(instance ?EXP Experimenting)
(treatedUser ?AGENT ?EXP)
(experimentalVariableProcess ?EXP ?EVP)
(experiencer ?PROC ?AGENT)
(experiencer ?EVP ?AGENT)
(exclusiveEvent ?EXP ?PROC))
(exists (?EXPERIMENTER)
(and
(instance ?EXPERIMENTER AutonomousAgent)
(experimenter ?EXP ?EXPERIMENTER)
(believes ?EXPERIMENTER
(modalAttribute
(causes ?EVP ?PROC) Likely))))) |
UXExperimentalTerms.kif 4354-4371 |
If All of the following hold: (1) X is an instance of process (2) Y is an instance of agent (3) Z is an instance of experimenting (4) Y is a treated used in Z (5) X is a process in Z (6) Y experiences W (7) Y experiences X (8) Z causes W, then there exists V such that V is an instance of agent, V is the experimenter in Z, and V believes the statement X causes W has the modal force of likely |
(=>
(and
(instance ?TEST MultivariateTest)
(subProcess ?EXPERIMENT1 ?TEST)
(subProcess ?EXPERIMENT2 ?TEST)
(instance ?EXPERIMENT1 Experimenting)
(instance ?EXPERIMENT2 Experimenting)
(instance ?VARIABLE1 Process)
(instance ?VARIABLE2 Process)
(experimentalVariableProcess ?EXPERIMENT1 ?VARIABLE1)
(experimentalVariableProcess ?EXPERIMENT2 ?VARIABLE2))
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(subProcess ?VARIABLE1 ?PROCESS)
(subProcess ?VARIABLE2 ?PROCESS)
(not
(equal ?VARIABLE1 ?VARIABLE2))))) |
UXExperimentalTerms.kif 4498-4515 |
If All of the following hold: (1) X is an instance of multivariate test (2) Y is a subprocess of X (3) Z is a subprocess of X (4) Y is an instance of experimenting (5) Z is an instance of experimenting (6) W is an instance of process (7) V is an instance of process (8) W is a process in Y (9) V is a process in Z, then there exists U such that U is an instance of process, W is a subprocess of U, V is a subprocess of U, equal W, and V |