Bootstrap sampling question (incorporating with higher moments?)

I currently have an issue. I developed an asset allocation model based on some historical data, results were above average and now I want to confirm those results by doing a bootstrap sampling.
However, the asset allocation model im working with is based on mean, variance, skewness, and kurtosis.
If i do the bootstrap method provided in matlab,
the
[bootstat,bootsam] = bootstrp(10000 ....
I do gain 10000 timeseries of returns, but the 3rd and 4th moment are all over the place. For example my kurtosis varies between -1.5 and -0.5. Which is not even close to the kurtosis of the historical data.
Can someone help me?

1 comentario

Could you clarify what you are doing? If I generate x either from rand or from trnd(3,...) I get very different kurtosis values from them. But if I use bootstrp(10000,@kurtosis,x), in each case I get a mean value that is very similar to the sample kurtosis of x.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Linear and Nonlinear Regression en Centro de ayuda y File Exchange.

Preguntada:

el 9 de Jul. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by