HomeSort by relevance Sort by last modified time
    Searched refs:pvariance (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/
statistics.py 52 pvariance Population variance of data.
68 >>> pvariance(data, mu)
80 'pstdev', 'pvariance', 'stdev', 'variance',
554 calculate the variance from the entire population, see ``pvariance``.
593 def pvariance(data, mu=None): function
607 >>> pvariance(data)
614 >>> pvariance(data, mu)
624 >>> pvariance([D("27.5"), D("30.25"), D("30.25"), D("34.5"), D("41.75")])
628 >>> pvariance([F(1, 4), F(5, 4), F(1, 2)])
636 raise StatisticsError('pvariance requires at least one data point'
    [all...]
  /frameworks/base/tests/JankBench/scripts/external/
statistics.py 68 pvariance Population variance of data.
84 >>> pvariance(data, mu)
96 'pstdev', 'pvariance', 'stdev', 'variance',
521 calculate the variance from the entire population, see ``pvariance``.
560 def pvariance(data, mu=None): function
574 >>> pvariance(data)
581 >>> pvariance(data, mu)
591 >>> pvariance([D("27.5"), D("30.25"), D("30.25"), D("34.5"), D("41.75")])
595 >>> pvariance([F(1, 4), F(5, 4), F(1, 2)])
603 raise StatisticsError('pvariance requires at least one data point'
    [all...]
  /external/python/cpython3/Lib/test/
test_statistics.py     [all...]

Completed in 772 milliseconds