| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
float or None
|
|
||
float or None
|
|
||
float or None
|
|
||
|
|||
tuple
|
|
||
|
|||
|
|||
betai = None
|
|||
|
|||
Given a list of reference values and a corresponding list of test
values, return the fraction of corresponding values that are equal. In
particular, return the fraction of indices
|
Given a set of reference values and a set of test values, return the
fraction of test values that appear in the reference set. In particular,
return
|
|
Given a set of reference values and a set of test values, return the
fraction of reference values that appear in the test set. In particular,
return
|
|
Given a set of reference values and a set of test values, return the
f-measure of the test values, when compared against the reference values.
The f-measure is the harmonic mean of the precision and recall,
weighted by
The f-measure is:
If either
|
Given a list of reference values and a corresponding list of test probability distributions, return the average log likelihood of the reference values, given the probability distributions.
|
Returns an approximate significance level between two lists of independently generated test values. Approximate randomization calculates significance by randomly drawing from a sample of the possible permutations. At the limit of the number of possible permutations, the significance level is exact. The approximate significance level is the sample mean number of times the statistic of the permutated lists varies from the actual statistic of the unpermuted argument lists.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:42 2011 | http://epydoc.sourceforge.net |