powered by
The information ratio of asset's returns versus benchmark returns, is the quotient of the annualized excess return and the annualized standard deviation of the excess return.
pt.info(ar,br,n)
:a vector of a risk asset return
:a vector of benchmark return
:number of years
# NOT RUN { brtn <- runif(100, -1, 1) artn <- runif(100, 0, 1) pt.info(artn,brtn,100) # }
Run the code above in your browser using DataLab