Speed up computing mean confidence intervals by avoiding tf.while_loop.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 11 Apr 2018 23:05:42 +0000 (16:05 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 11 Apr 2018 23:08:32 +0000 (16:08 -0700)
commite7cfede7bb75f22de890f6e94851121c949d8ba9
treec888f196233b617e05713d50d86b2be97bb8b23d
parentd6e2513d60999bf0cf315c42a14c0e45eb49cda2
Speed up computing mean confidence intervals by avoiding tf.while_loop.

Implement a vectorized way to compute the same thing instead.

PiperOrigin-RevId: 192524667
tensorflow/contrib/distributions/python/kernel_tests/statistical_testing_test.py
tensorflow/contrib/distributions/python/ops/statistical_testing.py