All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lotspiech.poker.ruin.Probs

java.lang.Object
   |
   +----com.lotspiech.poker.ruin.Probs

public class Probs
extends Object
This class represents the probability of each hand in a hand of poker.

Copyright 2001, 2002 by Jeffrey B. Lotspiech. This program is open source; it is licensed under the Common Public License Version 0.5.

Author:
Jeffrey B. Lotspiech

Variable Index

 o COPYRIGHT
 o denom
 o game
 o probs

Constructor Index

 o Probs(InputStream)
 o Probs(Reader)

Method Index

 o average()
 o deviation()
 o elements()
 o toString()

Variables

 o COPYRIGHT
 private static final String COPYRIGHT
 o probs
 Vector probs
 o denom
 int denom
 o game
 String game

Constructors

 o Probs
 public Probs(InputStream logfile) throws Exception
 o Probs
 Probs(Reader logfile) throws Exception

Methods

 o average
 double average()
 o deviation
 double deviation()
 o elements
 public Enumeration elements()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index