An alternative ConditionalProbDist that simply wraps a dictionary of
ProbDists rather than creating these from FreqDists.
|
__init__(self,
probdist_dict)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
ProbDistI
|
__getitem__(self,
condition)
Returns:
The probability distribution for the experiment run under the given
condition. |
source code
|
|
list
|
conditions(self)
Returns:
A list of the conditions that are represented by this
ConditionalProbDist . |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|