Home | Trees | Indices | Help |
|
---|
|
object --+ | ProbDistI
A probability distribution for the outcomes of an experiment. A
probability distribution specifies how likely it is that an experiment
will have any given outcome. For example, a probability distribution
could be used to predict the probability that a token in a document will
have a given type. Formally, a probability distribution can be defined
as a function mapping from samples to nonnegative real numbers, such that
the sum of every number in the function's range is 1.0.
ProbDist
s are often used to model the probability
distribution of the experiment used to generate a frequency
distribution.
|
|||
|
|||
float |
|
||
float |
|
||
any |
|
||
list
|
|
||
float
|
|
||
|
|||
Inherited from |
|
|||
SUM_TO_ONE = True True if the probabilities of the samples in this probability distribution will always sum to one. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:56 2008 | http://epydoc.sourceforge.net |