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

Formal Language: 



KB Term:  Term intersection
English Word: 

  confidenceInterval

Sigma KEE - confidenceInterval
confidenceInterval

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


(documentation confidenceInterval EnglishLanguage "(confidenceInterval ?EXPERIMENT ?CONFIDENCE) is meant to represent the confidence interval of the conclusions of ?EXPERIMENT. ?CONFIDENCE is a number which represents the percentage of the confidence interval. It represents the ProbabilityFn of the results.") UXExperimentalTerms.kif 523-526
(domain confidenceInterval 1 Experimenting) UXExperimentalTerms.kif 528-528 The number 1 argument of confidence interval is an instance of experimenting
(domain confidenceInterval 2 RealNumber) UXExperimentalTerms.kif 529-529 The number 2 argument of confidence interval is an instance of real number
(instance confidenceInterval BinaryPredicate) UXExperimentalTerms.kif 520-520 confidence interval is an instance of binary predicate

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


(format ChineseLanguage confidenceInterval "%2 是在 %1 confidence ") domainEnglishFormat.kif 3062-3062
(format ChineseTraditionalLanguage confidenceInterval "%2 是在 %1 confidence ") domainEnglishFormat.kif 3061-3061
(format EnglishLanguage confidenceInterval "%2 is the confidence in %1") domainEnglishFormat.kif 3060-3060
(termFormat EnglishLanguage confidenceInterval "confidence interval") UXExperimentalTerms.kif 521-521

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


(=>
    (and
        (confidenceInterval ?EXPERIMENT ?CONFIDENCE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?CONFIDENCE 100))
    (truth ?FORMULA False))
UXExperimentalTerms.kif 549-556
(=>
    (and
        (confidenceInterval ?EXPERIMENT ?CONFIDENCE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?CONFIDENCE 100))
    (truth ?FORMULA True))
UXExperimentalTerms.kif 540-547
(=>
    (and
        (confidenceInterval ?EXPERIMENT ?CONFIDENCE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA))
    (represents ?CONFIDENCE
        (ProbabilityFn ?FORMULA)))
UXExperimentalTerms.kif 531-537


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

Show without tree


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