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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MultivariateTest
MultivariateTest(multivariate test)

appearance as argument number 1
-------------------------


(documentation MultivariateTest EnglishLanguage "A multivariate is test where multiple componenets are tested simultaneously. Here it is represented as a Collection of discrete instances of Experimenting, where the experimentalVariableProcesses in the tests are not equal, but there exists a Process of which they are both subProcesses.") UXExperimentalTerms.kif 4488-4491
(subclass MultivariateTest Collection) UXExperimentalTerms.kif 4486-4486 Multivariate test is a subclass of collection

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage MultivariateTest "multivariate test") UXExperimentalTerms.kif 4493-4493

antecedent
-------------------------


(=>
    (and
        (instance ?TEST MultivariateTest)
        (member ?EXPERIMENT ?TEST))
    (instance ?EXPERIMENT Experimenting))
UXExperimentalTerms.kif 4495-4499
(=>
    (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 4501-4518


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