ABPFn |
appearance as argument number 1 |
(documentation ABPFn EnglishLanguage "Average buying price. Total GMB divided by the total number of items sold (not the transactions) in a given time interval.") | UXExperimentalTerms.kif 3222-3223 | |
(domain ABPFn 1 Collection) | UXExperimentalTerms.kif 3225-3225 | The number 1 argument of average buying price is an instance of collection |
(instance ABPFn UnaryFunction) | UXExperimentalTerms.kif 3220-3220 | Average buying price is an instance of unary function |
(range ABPFn CurrencyMeasure) | UXExperimentalTerms.kif 3227-3227 | The range of average buying price is an instance of currency measure |
appearance as argument number 2 |
(format ChineseLanguage ABPFn "%1 的 average price ") | domainEnglishFormat.kif 2650-2650 | |
(format ChineseTraditionalLanguage ABPFn "%1 的 average price ") | domainEnglishFormat.kif 2649-2649 | |
(format EnglishLanguage ABPFn "the average price of %1") | domainEnglishFormat.kif 2648-2648 | |
(termFormat EnglishLanguage ABPFn "average buying price") | UXExperimentalTerms.kif 3229-3229 |
antecedent |
(=> (and (equal ?X (ABPFn ?BUYINGS)) (member ?BUYING ?BUYINGS)) (instance ?BUYING Buying)) |
UXExperimentalTerms.kif 3231-3235 |
|
consequent |
(=> (and (instance ?BUYINGS Collection) (instance ?GMB CurrencyMeasure) (instance ?TOTAL RealNumber) (equal ?GMB (GMBFn ?BUYINGS)) (equal ?TOTAL (CardinalityFn (KappaFn ?ITEM (and (instance ?ITEM Object) (exists (?BUYING) (and (member ?BUYING ?BUYINGS) (patient ?BUYING ?ITEM)))))))) (equal (ABPFn ?BUYINGS) (DivisionFn ?GMB ?TOTAL))) |
UXExperimentalTerms.kif 3239-3259 |
|