RepresentativeSample |
appearance as argument number 1 |
(documentation RepresentativeSample EnglishLanguage "An Attribute that is a property of a collection that is the statistical sample in an experiment. If a collection representing the sample has the property, then every other attribute that is a property of the collection and is also inScopeOfInterest of the CognitiveAgent performing the experiment is also a property of the collection representing the population.") | UXExperimentalTerms.kif 495-499 | |
(instance RepresentativeSample Attribute) | UXExperimentalTerms.kif 492-492 | RepresentativeSample è un' istanza di Attributo |
appearance as argument number 2 |
(termFormat EnglishLanguage RepresentativeSample "representative sample") | UXExperimentalTerms.kif 493-493 |
consequent |
(=> (and (instance ?SAMPLE_COLL Collection) (instance ?POP_COLL Collection) (instance ?EXPERIMENT Experimenting) (instance ?AGENT CognitiveAgent) (agent ?EXPERIMENT ?AGENT) (statisticalPopulation ?SAMPLE_COLL ?POP_COLL ?EXPERIMENT)) (forall (?ATTRIBUTE) (=> (and (instance ?ATTRIBUTE Attribute) (property ?SAMPLE_COLL ?ATTRIBUTE) (inScopeOfInterest ?AGENT ?ATTRIBUTE) (not (equal ?ATTRIBUTE RepresentativeSample))) (property ?POP_COLL ?ATTRIBUTE)))) |
UXExperimentalTerms.kif 501-517 |
|