tf.contrib.distributions.Chi2.mode(name='mode')
Mode.
Additional documentation from Gamma:
The mode of a gamma distribution is (alpha - 1) / beta when alpha > 1, and NaN otherwise. If self.allow_nan_stats is False, an exception will be raised rather than returning NaN.