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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - pValue
pValue

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


(documentation pValue EnglishLanguage "(pValue ?EXPERIMENT ?VALUE) is meant to represent the p-value of the conclusions of ?EXPERIMENT. ?VALUE is a number which represents the percentage of the confidence interval. It represents the ProbabilityFn of the results.") UXExperimentalTerms.kif 562-564
(domain pValue 1 Experimenting) UXExperimentalTerms.kif 566-566 The number 1 argument of confidence interval is an instance of experimenting
(domain pValue 2 RealNumber) UXExperimentalTerms.kif 567-567 The number 2 argument of confidence interval is an instance of real number
(instance pValue BinaryPredicate) UXExperimentalTerms.kif 559-559 confidence interval is an instance of binary predicate

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


(format ChineseLanguage pValue "%1 的 p-value 是 %2 ") domainEnglishFormat.kif 4278-4278
(format ChineseTraditionalLanguage pValue "%1 的 p-value 是 %2 ") domainEnglishFormat.kif 4277-4277
(format EnglishLanguage pValue "the p-value of %1 is %2") domainEnglishFormat.kif 4276-4276
(termFormat EnglishLanguage pValue "confidence interval") UXExperimentalTerms.kif 560-560

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


(=>
    (and
        (pValue ?EXPERIMENT ?VALUE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?VALUE 0))
    (truth ?FORMULA True))
UXExperimentalTerms.kif 577-584
(=>
    (and
        (pValue ?EXPERIMENT ?VALUE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?VALUE 1))
    (truth ?FORMULA False))
UXExperimentalTerms.kif 586-593
(=>
    (and
        (pValue ?EXPERIMENT ?VALUE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA))
    (represents ?VALUE
        (ProbabilityFn ?FORMULA)))
UXExperimentalTerms.kif 569-575


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