Page 1 of 1

vba stats code

Posted: December 15th, 2004, 3:38 pm
by misi
hi all,I'm looking for basic econometric vba routines like linear regressions, logit, pca and so on.Has anyone already done that?thanks in advance.

vba stats code

Posted: December 15th, 2004, 8:33 pm
by patch22
you can certainly get PCA code from the software packaged with the books of jackson&staunton and alexander.they include other time series stuff too - ARIMA, GARCH, etcthe rest should be easiest to find.

vba stats code

Posted: December 15th, 2004, 8:53 pm
by exotiq
Linear regressions can be done with linest() and don't need VBAFor PCA you can use the eigenvalue functions in the Quantlib xll.As you can see, I try to avoid VBA when possible ans stick to functions on the page...