- #1
Gerenuk
- 1,034
- 5
Is the set of aggregation functions easy to characterise? I mean functions like addition, multiplication, maximum, minimum, count...
So basically everything that's commutative and associative:
[tex]
f(x,y)=f(y,x)
[/tex]
[tex]
f(f(x,y),z)=f(x,f(y,z))
[/tex]
What are other classes of such functions?
I can't all map to just addition, can I? I'd have no idea how to do it with the max(x,y) function?!
So basically everything that's commutative and associative:
[tex]
f(x,y)=f(y,x)
[/tex]
[tex]
f(f(x,y),z)=f(x,f(y,z))
[/tex]
What are other classes of such functions?
I can't all map to just addition, can I? I'd have no idea how to do it with the max(x,y) function?!