Compute the arithmetic mean of pasts returns.
The arithmetic mean of past returns.
Examples
>>> rs = qp.ReturnSeries([0.3, 0.1, -0.2, -0.1, 0.25]) >>> rs.mean() 0.06999