Evaluates the expected return of the Market Portfolio when the asset weights of the Market Portfolio are known.
Evaluates the expected return of the Market Portfolio when the asset weights of the Market Portfolio are known.
public double MarketPortfolioExpectedReturn(double[],double[,]);
public double MarketPortfolioExpectedReturn(double[,],double[],double,double);
CapitalMarket Class | WebCab.COM.Finance.Portfolio Namespace