Skip to content

Commit

Permalink
DOC: cleared up confusing regression terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenfoo committed Jun 11, 2018
1 parent 7c77d88 commit b8a0557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfolio/timeseries.py
Expand Up @@ -551,7 +551,7 @@ def rolling_regression(returns, factor_returns,
rolling_window=APPROX_BDAYS_PER_MONTH * 6,
nan_threshold=0.1):
"""
Computes rolling single factor betas using a multivariate linear regression
Computes rolling factor betas using a multivariate linear regression
(separate linear regressions is problematic because the factors may be
confounded).
Expand Down

0 comments on commit b8a0557

Please sign in to comment.