Package gPy :: Module Parameters
[hide private]
[frames] | no frames]

Module Parameters

source code

Parameters for hierarchical (including graphical) models

Classes [hide private]
  ParameterError
Base class for errors in the Parameters module
  DataError
  CPTError
  Factor
Factors represent functions from a discrete product space to the reals
  CPT
Conditional probability tables
Variables [hide private]
String _version = '$Id: Parameters.py,v 1.19 2008/10/07 09:12:30 jc E...
Version of this module
Int entry_width = 7
Width in characters for windows allowing data entry.
Float epsilon = 0.001
Tolerance when checking that probability distributions sum to 1.
int precision = 2
Precision for printing floating point numbers
Int sep = ' | '
String used to separate columns in textual representation of factors

Imports: Tkinter, SubDomain, extdiv, Domain, copy, operator, gPyC, os


Variables Details [hide private]

_version

Version of this module
Type:
String
Value:
'$Id: Parameters.py,v 1.19 2008/10/07 09:12:30 jc Exp $'