Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - RepresentativeSample
RepresentativeSample(representative sample)

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 Representative sample is an instance of attribute

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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners