ttest of a portfolio

3 visualizaciones (últimos 30 días)
joseph Frank
joseph Frank el 8 de Abr. de 2013
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?

Respuestas (0)

Categorías

Más información sobre Portfolio Optimization and Asset Allocation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by