Lines Matching refs:values
22 multimode List of modes (most common values of data).
39 centred on the data values provided. E.g. if your data points are rounded to
191 for typ, values in groupby(data, type):
193 for n, d in map(_exact_ratio, values):
225 for typ, values in groupby(data, type):
227 for n, d in map(_exact_ratio, values):
351 def _fail_neg(values, errmsg='negative value'):
352 """Iterate over values, failing if any are less than zero."""
353 for x in values:
518 errmsg = 'harmonic mean does not support negative values'
554 taking the average of the two middle values:
577 When it is even, the smaller of the two middle values is returned.
599 When it is even, the larger of the two middle values is returned.
666 # Using O(log n) bisection, find where all the x values occur in the data.
717 """Return a list of the most frequently occurring values.
732 maxcount = max(counts.values())
750 # For sample data where there is a positive probability for values
752 # reasonable choice. Consider a random sample of nine values from a
826 values. The optional argument xbar, if given, should be the mean of
846 ``data``. Giving arbitrary values for ``xbar`` may lead to invalid or
995 correlation coefficient *r* takes values between -1 and +1. It measures the
1040 difference between predicted and actual values of the dependent