Asset Ranking
Express views on the relative expected asset returns as in A. Meucci, "Fully Flexible Views: Theory and Practice" and compute the first and second moments.
meucci.ranking(R, p, order)
R |
xts object of asset returns |
p |
a vector of the prior probability values |
order |
a vector of indexes of the relative ranking of expected asset
returns in ascending order. For example, |
The estimated moments based on ranking views
This function is based on the ViewRanking
function written by
Ram Ahluwalia in the Meucci package.
A. Meucci, "Fully Flexible Views: Theory and Practice" http://www.symmys.com/node/158 See Meucci script for "RankingInformation/ViewRanking.m"
data(edhec) R <- edhec[,1:4] p <- rep(1 / nrow(R), nrow(R)) meucci.ranking(R, p, c(2, 3, 1, 4))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.