Calling all tech-savvy people with too much time on their hands, anyone interested in programming the Case-Shiller index methodology? This would allow us to examine price trends in the geographical boundaries of our choosing, rather than lumping King, Pierce, and Snohomish counties together. The index methodology is given here:
http://www2.standardandpoors.com/spf/pd ... gy_Web.pdf
It basically boils down to some matrix math. The hard part will be parsing the sales data (avoiding duplicates, matching sales pairs when the address is entered slightly in each sale) to feed into the algorithm. Plus I think you'll need MLS access to get the data. Someone has already done this for the San Diego market and the results are illuminating:
http://sdhpi.blogspot.com/; code used to make the index:
http://sdhpi.blogspot.com/2008/02/constructing-hpi.html
It seems like something that can be done in Excel, but I don't know visual basic. I'm sure other programming platforms could be used. Anyone want to take up the challenge? Everlasting glory will be your reward.