Files
catalyst/zipline/finance/risk
Eddie Hebertandjfkirk 00ea7b04d1 PERF: Reduce memory usage during risk metric calculations.
For beta calculation:

Remove `.dropna` , since it was creating a new
Series and Index which inflated memory usage as algorithm run time
progressed.

For downside risk calculations:

Instead of using pd.Series calculations, pass the underlying
numpy array which have already been sliced to the exact dt, so that the
call to `round` does not create a new Series.
2015-04-28 13:22:04 -04:00
..
2015-04-10 15:19:54 -04:00
2015-04-10 15:19:54 -04:00
2015-04-10 15:19:54 -04:00