DOC: regression docstring typos

This commit is contained in:
dmichalowicz
2016-08-02 11:14:41 -04:00
parent 129d16fd3d
commit 97099a0e92
+2 -2
View File
@@ -783,8 +783,8 @@ class Factor(RestrictedDTypeMixin, ComputableTerm):
target : zipline.pipeline.Term with a numeric dtype
The term to use as the predictor/independent variable in each
regression. This may be a Factor, a BoundColumn or a Slice. If
`target` is two-dimensional, correlations are computed asset-wise.
correlation_length : int
`target` is two-dimensional, regressions are computed asset-wise.
regression_length : int
Length of the lookback window over which to compute each
regression.
mask : zipline.pipeline.Filter, optional