CLOP

A quick overview of the source code

--- General pool files ---

PoolMath
   Supporting mathematical routines for Pools.
PoolMathBinom.C, PoolMathBinomBuilder
   Table of binomial coefficients and program to generate it
Normal
   Package for doing smooth computations assuming normal variables

--- Tournament pool files ---

TourneyPool
   Manage data in a tournament pool.
TourneyBasics
   Fundamental definitions for working with tournaments, including
   basic types and worth functions.
TourneyNames
   Names type for holding team names.
TourneyPack
   Statistical package for working with elimination tournament pools.
TourneyPicks
   Class for working with picks in a tournament
TourneyH2H
   Manages one matrix of head-to-head probabilities for a tournament.
TourneyWinround
   Manages one set of winround data for a tournament.

--- Football pool files ---

FootballPack
   Calculate exact probabilities and expectations for football-type pools.
FootballPool
   Manage data in a football pool.

--- testapps ---

Directory with mini apps to test the mathematics in the pools library
