Closed jameschristopher closed 8 years ago
https://github.com/quantopian/qrisk/blob/master/qrisk/stats.py#L638
linregress returns the r-value or correlation coefficient.
linregress
The docstring for stability_of_timeseries says it returns the r-squared as the stability score, but currently it doesn't look like it is being squared.
stability_of_timeseries
https://github.com/quantopian/qrisk/blob/travis/qrisk/stats.py#L648
https://github.com/quantopian/qrisk/blob/master/qrisk/stats.py#L638
linregress
returns the r-value or correlation coefficient.The docstring for
stability_of_timeseries
says it returns the r-squared as the stability score, but currently it doesn't look like it is being squared.