Package teamwork :: Package math
[hide private]
[frames] | no frames]

Source Code for Package teamwork.math

1  """Modules for piecewise linear representations, probability distributions, and other useful math stuff.""" 
2  __all__ = ['boltzmann','fitting','Interval','KeyedMatrix','KeyedTree','KeyedVector', 
3             'Keys','matrices','probability','ProbabilityTree','ThespianKeys','treeEditor' 
4             ] 
5