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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ABPFn

Sigma KEE - ABPFn
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
(instance ABPFn UnaryFunction) UXExperimentalTerms.kif 3220-3220
(range ABPFn CurrencyMeasure) UXExperimentalTerms.kif 3227-3227

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


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