Code covered by the BSD License  

Highlights from
Risk and Asset Allocation

image thumbnail
from Risk and Asset Allocation by Attilio Meucci
Software for quantitative portfolio and risk management

DecisionPrior(Market,InvestorProfile)
function Allocation = DecisionPrior(Market,InvestorProfile)

% prior is the equally weighted allocation 
N=length(Market.CurrentPrices);
Allocation=1/N*InvestorProfile.Budget./Market.CurrentPrices;





Contact us at files@mathworks.com