![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| pValue |
| appearance as argument number 1 |
|
|
| (instance pValue BinaryPredicate) | UXExperimentalTerms.kif 559-559 | confidence interval is an instance of binary predicate |
| (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 | confidence interval is an instance of binary predicate |
| (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 |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage pValue "confidence interval") | UXExperimentalTerms.kif 560-560 | |
| (format EnglishLanguage pValue "the p-value of %1 is %2") | domainEnglishFormat.kif 4280-4280 | |
| (format ChineseTraditionalLanguage pValue "%1 的 p-value 是 %2 ") | domainEnglishFormat.kif 4281-4281 | |
| (format ChineseLanguage pValue "%1 的 p-value 是 %2 ") | domainEnglishFormat.kif 4282-4282 |
| antecedent |
|
|
| (=> (and (pValue ?EXPERIMENT ?VALUE) (instance ?EXPERIMENT Experimenting) (instance ?FORMULA Formula) (patient ?EXPERIMENT ?FORMULA) (equal ?VALUE 0)) (truth ?FORMULA True)) |
UXExperimentalTerms.kif 577-584 | If the p-value of X is Y, X is an instance of experimenting, Z is an instance of formula, Z is a patient of X, and equal Y and 0, then Z is true |
| (=> (and (pValue ?EXPERIMENT ?VALUE) (instance ?EXPERIMENT Experimenting) (instance ?FORMULA Formula) (patient ?EXPERIMENT ?FORMULA) (equal ?VALUE 1)) (truth ?FORMULA False)) |
UXExperimentalTerms.kif 586-593 | If the p-value of X is Y, X is an instance of experimenting, Z is an instance of formula, Z is a patient of X, and equal Y and 1, then Z is false |