mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
Merge pull request #70 from bernarpa/patch-1
Update zipline/transforms/stddev.py
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user