We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2a94c commit 253d06cCopy full SHA for 253d06c
tensorflow_probability/python/distributions/student_t.py
@@ -358,7 +358,7 @@ def _entropy(self):
358
359
@distribution_util.AppendDocstring(
360
"""The mean of Student's T equals `loc` if `df > 1`, otherwise it is
361
- `NaN`. If `self.allow_nan_stats=True`, then an exception will be raised
+ `NaN`. If `self.allow_nan_stats=False`, then an exception will be raised
362
rather than returning `NaN`.""")
363
def _mean(self):
364
df = tf.convert_to_tensor(self.df)
0 commit comments