H A D | distributions_test.cc | 295 const auto moments = in TEST_F() local 297 EXPECT_NEAR(0.5, moments.mean, 0.02); in TEST_F() 298 EXPECT_NEAR(1 / 12.0, moments.variance, 0.02); in TEST_F() 299 EXPECT_NEAR(0.0, moments.skewness, 0.02); in TEST_F() 300 EXPECT_NEAR(9 / 5.0, moments.kurtosis, 0.02); in TEST_F() 314 const auto moments = in TEST_F() local 316 EXPECT_NEAR(0.5, moments.mean, 0.02); in TEST_F() 317 EXPECT_NEAR(1 / 12.0, moments.variance, 0.02); in TEST_F() 318 EXPECT_NEAR(0.0, moments.skewness, 0.02); in TEST_F() 319 EXPECT_NEAR(9 / 5.0, moments in TEST_F() 343 const auto moments = TEST_F() local 359 const auto moments = TEST_F() local 376 const auto moments = TEST_F() local 393 const auto moments = TEST_F() local 408 const auto moments = TEST_F() local 424 const auto moments = TEST_F() local 437 const auto moments = TEST_F() local 460 const auto moments = TEST_F() local [all...] |