DOC: Rename exponential stddev.

ExponentialWeightedStandardDeviation -> ExponentialWeightedMovingStdDev.

This is more consistent with the other moving moment factors.
This commit is contained in:
Scott Sanderson
2015-12-18 14:30:28 -05:00
parent 58906c74f9
commit 8abef95bb5
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ Pipeline API
.. autoclass:: zipline.pipeline.factors.ExponentialWeightedMovingAverage
:members:
.. autoclass:: zipline.pipeline.factors.ExponentialWeightedStandardDeviation
.. autoclass:: zipline.pipeline.factors.ExponentialWeightedMovingStdDev
:members:
.. autofunction:: zipline.pipeline.factors.DollarVolume