afnhsn
Results
1
issues of
afnhsn
In In [23]: TotalReturn = ((1-exp(TargetDF)).sum(1))/num_stocks Normally to go from log return to simple return, we do: R = exp(r) – 1 But you have done opposite R = 1...