tf.contrib.distributions.StudentT.__init__(df, mu, sigma, validate_args=False, allow_nan_stats=True, name='StudentT')
Construct Student's t distributions.
The distributions have degree of freedom df, mean mu, and scale sigma.
The parameters df, mu, and sigma must be shaped in a way that supports broadcasting (e.g. df + mu + sigma is a valid operation).
Args:
df: Floating point tensor, the degrees of freedom of the distribution(s). df must contain only positive values.
mu: Floating point tens