I wanted to use boost accumulators to calculate statistics of a variable that is a vector. Is there a simple way to do this. I think it\'s not possible to use the dumbest th
I don't have it set up to try right now, but if all boost::accumulators need is properly defined mathematical operators, then you might be able to get away with a different vector type: http://www.boost.org/doc/libs/1_37_0/libs/numeric/ublas/doc/vector.htm