Monthly Archives: March 2011

Rock Paper Scissors…

I saw this article in the NY Times and was inspired to write my own Rock Paper Scissors implementation. The AI uses something very similar to a Markov Chain to determine it’s next move, with the exception that the transition … Continue reading

Posted in Includes JAVA code, Statistics | Leave a comment

Brownian Bridge Code

Got a small amount of work on this project done. This is some code that I’ve written based on the algorithm in Monte Carlo Methods in Financial Engineering by Paul Glasserman: # Implementation a Brownian Bridge. # by David Blankley … Continue reading

Posted in Includes R code, Statistics | Leave a comment

The statistics part is done…

I’m working on a writeup for a conditional probability problem from my stochastic processes class. I’ve written a cool little simulation to go along with the writeup, but the technology challenge of properly embedding the jsp in word press is … Continue reading

Posted in Includes JAVA code, Statistics | Leave a comment

Proof of concept – Tomcat inside WordPress

Can I get a jsp page to load inside wordpress? Yes! This next line is the output of an echo: If php echo works, then you see this message. And this is the output of a jsp page: Warning: include(http://www.blankley.com:8080/sample/dhbHello.jsp) … Continue reading

Posted in Tech | Leave a comment