Sunday, 29 September 2013

Python Standard Deviation on a Deque

Python Standard Deviation on a Deque

I am computing the simple moving average using the Python deque datatype,
and I am wondering is there a way to have it treat this as some sort of an
array and find the standard deviation of the deque?

No comments:

Post a Comment