(=>
(tTest ?SAMPLE_COLL1 ?SAMPLE_COLL2 ?PROB)
(exists (?POP1 ?POP2 ?EXPERIMENT)
(and
(instance ?POP1 Collection)
(instance ?POP2 Collection)
(statisticalPopulation ?SAMPLE_COLL1 ?POP1 ?EXPERIMENT)
(statisticalPopulation ?SAMPLE_COLL2 ?POP2 ?EXPERIMENT)
(equal ?PROB
(ProbabilityFn
(equal ?POP1 ?POP2)))))) |
UXExperimentalTerms.kif 607-617 |
If the probability that ?SAMPLE_COLL1 and ?SAMPLE_COLL2 are part of the same statistical population is Y, then All of the following hold: (1) there exist Z, W (2) V such that Z is an instance of collection (3) W is an instance of collection (4) ?SAMPLE_COLL1 is a sample of Z for V (5) ?SAMPLE_COLL2 is a sample of W for V (6) equal Y (7) the probability of equal Z (8) W |