OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:std_deviation
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc
544
double
std_deviation
= sqrt((kPacketCount - 1) * p * (1 - p));
local
545
EXPECT_NEAR(mean, distance, 3 *
std_deviation
);
[
all
...]
Completed in 133 milliseconds