Updates to the akutan project
Talk about open source. I've just spent the last week cleaning up the javadocs for the files in the akutan library. This library contains a bunch of code for portfolio optimization, and some other interesting financial tidbits. It also has an example program/applet which I have on my website, but this is just a demo of the library, it is not a tool for performing asset allocation.
I've been planning on building an Asset Allocation workbench so to speak for some time using the components in the library. I got stuck thinking it should run inside eclipse as a plugin, but realize that was really slowing me down, so it's going to be a good old Swing app which I'm pretty quick at Swing so it'll actually start coming together soon I hope. My long term goal is to put together a pretty respectable tool for asset allocation. We'll see how I do.
On other fronts I continue to work gathering the data to do a study on Black-Litterman and see if I can get to the bottom of tau and the use of the posterior variance. I'm also back to to the entropy diversification paper I wrote some time ago and recently took off my website. I didn't use a really good dataset for the first analysis, and I'm hoping using a better data set with more different assets will give me some more interesting results.
