ttest of a portfolio

3 次查看(过去 30 天)
joseph Frank
joseph Frank 2013-4-8
Hi,
I have a portfolio of stock returns,and R is a matrix of individual stock returns (rows are dates and columns are the stocks). I want to test of the return of the equally weighted portfolio is different than a value that I called Rbar. I used :
[H,Pval,CI,STATS]=ttest(R1,Rbar);
However STATS.tstat returned a vector of t values each corresponding to a stock. I want rather the t test of the whole portfolio. I can't compute the equally weighted return of the portfolio and compute the ttest of that equally weighted return because the variance of a portfolio returns is not the variance of equally weighted returns but rather it depends on the variance of individual returns and the covariances of each pair of stocks. Is their a way to obtain a t test for a portfolio using matlab?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Portfolio Optimization and Asset Allocation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by