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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ABTest
ABTest(A/B test)

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


(documentation ABTest EnglishLanguage "An ExperimentAttribute signifying the experimenting has at least one experimentalControlProcess and at least one experimentalVariableProcess being tested.") UXExperimentalTerms.kif 4427-4429
(instance ABTest ExperimentAttribute) UXExperimentalTerms.kif 4425-4425 A/B test is an instance of experiment attribute

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


(termFormat EnglishLanguage ABTest "A/B test") UXExperimentalTerms.kif 4431-4431

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


(=>
    (attribute ?TEST ABTest)
    (exists (?PROCESS)
        (and
            (instance ?PROCESS Process)
            (experimentalVariableProcess ?TEST ?PROCESS))))
UXExperimentalTerms.kif 4440-4445
(=>
    (property ?TEST ABTest)
    (exists (?PROCESS)
        (and
            (instance ?PROCESS Process)
            (experimentalControlProcess ?TEST ?PROCESS))))
UXExperimentalTerms.kif 4433-4438


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