Searched defs:std_deviation (Results 1 – 2 of 2) sorted by relevance
74 ValueType std_deviation() const { in std_deviation() function
544 double std_deviation = sqrt((kPacketCount - 1) * p * (1 - p)); in TestReorderFilter() local