effective_sample_size kwarg change (same default behavior).
authorIan Langmore <langmore@google.com>
Wed, 14 Feb 2018 12:02:15 +0000 (04:02 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 14 Feb 2018 12:06:02 +0000 (04:06 -0800)
commit7f06d633e58ba37cbf654c1371135100260f20d8
tree1b0ee003c69211927518c8a2c607e0d1c9cd4cd3
parent4456916672c32589d6681d43f72bb36b6bb64836
effective_sample_size kwarg change (same default behavior).

* rename max_lags --> filter_beyond_lag
* rename max_lags_threshold --> filter_threshold
* Users can use both filters, and they combine in an "OR" manner
* None ==> turn off a filter.

PiperOrigin-RevId: 185666926
tensorflow/contrib/bayesflow/python/kernel_tests/mcmc_diagnostics_test.py
tensorflow/contrib/bayesflow/python/ops/mcmc_diagnostics_impl.py