Module Parameters
source code
Parameters for hierarchical (including graphical) models
|
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
_version
Version of this module
- Type:
- String
- Value:
'$Id: Parameters.py,v 1.19 2008/10/07 09:12:30 jc Exp $'
|
|