Skip to content
Prev 3137 / 15274 Next

Returns used to compute the alpha and the beta

Adams, Zeno wrote:
'amean' is pretty much nonsense. 'amean2' and 'gmean'
should be equivalent except one is a log return and the
other is a simple return.  If you transform one return into
the other form, then you should get the same number.

r = log return
R = simple return

r = log(R + 1)
R = exp(r) - 1



Patrick Burns
patrick at burns-stat.com
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of S Poetry and "A Guide for the Unwilling S User")