Gerenuk
- 1,027
- 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:
<br /> f(x,y)=f(y,x)<br />
<br /> f(f(x,y),z)=f(x,f(y,z))<br />
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:
<br /> f(x,y)=f(y,x)<br />
<br /> f(f(x,y),z)=f(x,f(y,z))<br />
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?!