-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Includes JAVA code
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
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