The return on an investment's annualized return minus the benchmark's
annualized return.
Usage
ActivePremium(Ra, Rb, scale = NA)
Arguments
Ra
return vector of the portfolio
Rb
return vector of the benchmark asset
scale
number of periods in a year
(daily scale = 252, monthly scale = 12, quarterly scale = 4)
Author
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.
Details
Active Premium = Investment's annualized return - Benchmark's annualized
return.
With a view to speeding computation. I re-write the code of some ratios of the package PerformanceAnalytics, and use the same name for comparing the performance enhancing. Interested readers may compare speed improvement with the use of system.time().
References
Sharpe, W.F. The Sharpe Ratio,Journal of Portfolio Management, Fall 1994, 49-58.
See aslo package PerformanceAnalytics.