tf.contrib.distributions.Chi2.__init__(df, validate_args=False, allow_nan_stats=True, name='Chi2')
Construct Chi2 distributions with parameter df.
Args:
df: Floating point tensor, the degrees of freedom of the distribution(s). df must contain only positive values.
validate_args: Boolean, default False. Whether to assert that df > 0, and that x > 0 in the methods prob(x) and log_prob(x). If validate_args is False and the inputs are invalid, correct behavior is not guaranteed.
allow_nan