Merge pull request #70 from bernarpa/patch-1

Update zipline/transforms/stddev.py
This commit is contained in:
Eddie Hebert
2013-02-01 09:47:53 -08:00
+1 -1
View File
@@ -22,7 +22,7 @@ from zipline.transforms.utils import EventWindow, TransformMeta
class MovingStandardDev(object):
"""
Class that maintains a dicitonary from sids to
Class that maintains a dictionary from sids to
MovingStandardDevWindows. For each sid, we maintain a the
standard deviation of all events falling within the specified
window.