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


KB Term:  Term intersection
English Word: 

Sigma KEE - ASPFn
ASPFn

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


(instance ASPFn UnaryFunction) UXExperimentalTerms.kif 3264-3264 Average buying price is an instance of unary function
(documentation ASPFn EnglishLanguage "Average Selling Price. Total GMV divided by the total number of items sold (not the transactions) in a given time interval.") UXExperimentalTerms.kif 3266-3267 Average buying price is an instance of unary function
(domain ASPFn 1 Collection) UXExperimentalTerms.kif 3269-3269 The number 1 argument of average buying price is an instance of collection
(range ASPFn CurrencyMeasure) UXExperimentalTerms.kif 3271-3271 The range of average buying price is an instance of currency measure

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


(termFormat EnglishLanguage ASPFn "average buying price") UXExperimentalTerms.kif 3273-3273
(format EnglishLanguage ASPFn "the average selling price of %1") domainEnglishFormat.kif 2820-2820
(format ChineseTraditionalLanguage ASPFn "%1 的 average selling price ") domainEnglishFormat.kif 2821-2821
(format ChineseLanguage ASPFn "%1 的 average selling price ") domainEnglishFormat.kif 2822-2822

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


(=>
    (and
        (equal ?X
            (ASPFn ?SELLINGS))
        (member ?SELLING ?SELLINGS))
    (instance ?SELLING Selling))
UXExperimentalTerms.kif 3275-3279 If equal X and the average selling price of Y and Z is a member of Y, then Z is an instance of selling

consequent
-------------------------


(=>
    (and
        (instance ?SELLINGS Collection)
        (instance ?GMV CurrencyMeasure)
        (instance ?TOTAL RealNumber)
        (equal ?GMV
            (GMVFn ?SELLINGS))
        (equal ?TOTAL
            (CardinalityFn
                (KappaFn ?ITEM
                    (and
                        (instance ?ITEM Object)
                        (exists (?SELLING)
                            (and
                                (member ?SELLING ?SELLINGS)
                                (patient ?SELLING ?ITEM))))))))
    (equal
        (ASPFn ?SELLINGS)
        (DivisionFn ?GMV ?TOTAL)))
UXExperimentalTerms.kif 3281-3301 If X is an instance of collection, Y is an instance of currency measure, Z is an instance of real number, equal Y and the value of X, and equal Z and the number of instances in the class described by W, then equal the average selling price of X, Y, and Z


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners