powered by
Modigliani risk-adjusted performance is a financial measure of risk-adjusted returns of a portfolio. It measures the returns of the portfolio after adjusting it relative to some benchmark.
pt.m2(pr,br,rf)
:portfolio return
:benchmark return
:risk free rate
# NOT RUN { prtn <- runif(12,-1,1) brtn <- runif(12,-1,1) rf <- 0.024 pt.m2(prtn,brtn,rf) # }
Run the code above in your browser using DataLab