Say I have a table with three boolean flags (a,b,c) and a numericalvalue
(d). I want to calculate the average value of d for allpossible
filtrations of a,b,c.For example:a, b, c (all true)a, b, c in 01b (a
and b true, don't filter on c)a in 01b, b in...