ttest of a portfolio
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Portfolio Optimization and Asset Allocation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!