Discussion:
[accumulator] Computing deviation
dhruva
2009-02-13 15:52:47 UTC
Permalink
Hello,
I would like to know if there is any direct way to compute standard deviation using accumulators or do I have to implement something using other building blocks from accumulators.

-dhruva



Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/
Steven Watanabe
2009-02-13 16:42:30 UTC
Permalink
AMDG
Post by dhruva
Hello,
I would like to know if there is any direct way to compute standard deviation using accumulators or do I have to implement something using other building blocks from accumulators.
variance is provided.

In Christ,
Steven Watanabe
Moritz Beber
2009-02-14 13:28:08 UTC
Permalink
Post by Steven Watanabe
AMDG
Post by dhruva
Hello,
I would like to know if there is any direct way to compute standard deviation using accumulators or do I have to implement something using other building blocks from accumulators.
variance is provided.
In Christ,
Steven Watanabe
_______________________________________________
Boost-users mailing list
http://lists.boost.org/mailman/listinfo.cgi/boost-users
And standard deviation is simply the square root of the variance.
Loading...