def test_pstdev(self): m = pstdev(self.ints) assert m == 2886.751331514372
def pstdev(self): """ """ return stats.pstdev(self.values())