Exercise

Compute annual returns

Suppose the monthly returns on Amazon are equal to RA every month for one year. Compute the simple annual returns, as well as the continuously compounded annual returns.

Instructions

100 XP
  • Compute the simple annual return and assign it to RA_annual.
  • Compute the continuously compounded annual return and assign it to rA_annual.