Serving the Quantitative Finance Community

 
User avatar
ouadad
Topic Author
Posts: 0
Joined: March 5th, 2006, 2:07 pm

Matlab Confidence Intervals

December 4th, 2009, 8:00 pm

I have a distribution of non-normal data. How do I calculate the 60% confidence interval about the mean in Matlab?
 
User avatar
pnrodriguez
Posts: 1
Joined: December 19th, 2008, 1:12 pm

Matlab Confidence Intervals

December 7th, 2009, 2:18 pm

via Bootstrap. If you have problems programming a function, you could try the bootstrap toolbox by A. Zoubir and R. Iskander.Hope this helps!
 
User avatar
APS
Posts: 0
Joined: November 20th, 2009, 6:27 am

Matlab Confidence Intervals

January 21st, 2010, 10:00 pm

Or, use large sample theory to obtain the standard errors. There exists large sample theory of maximum likelihood estimators, OLS, the method of moments, GMM, etc. Bootstrap is also good, but as soon as you try to analyze time series data, you have to be careful about using bootstrap. You can't just resample non-parametrically because this will destroy the time dependencies in your data, so you have to use some kind of a reasonable parametric bootstrap scheme or use block bootstrap.