SamuelLivingstone

Results 1 issues of SamuelLivingstone

Hi all, It looks like calc_stats uses ffn.core.calc_sortino_ratio and this has the below calc: `negative_returns = np.minimum(er[1:], 0.0)` In this case, it inadvertently includes zeroes when a value is not...