tf.contrib.distributions.StudentTWithAbsDfSoftplusSigma.prob(value, name='prob')
Probability density/mass function (depending on is_continuous).
Args:
- 
value:floatordoubleTensor. - 
name: The name to give this op. 
Returns:
- 
prob: aTensorof shapesample_shape(x) + self.batch_shapewith values of typeself.dtype. 
Please login to continue.