Examples.Probability
Class GamblersFortune_1

java.lang.Object
  extended byExamples.Probability.GamblersFortune_1

public class GamblersFortune_1
extends java.lang.Object

Gambler starts with 6 dollars and bets 1 dollar on unfavorably loaded * coin (0.49/0.51) until he has 10 dollars or is wiped out. Random walk * allocated as a Markov chain. Possible states of the fortune 0,1,2,...,10. * Computes terminal (equilibrium) probability distribution.

* * @author Michael J. Meyer


Constructor Summary
GamblersFortune_1()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GamblersFortune_1

public GamblersFortune_1()
Method Detail

main

public static void main(java.lang.String[] args)