.. py:method:: log_prob(value, df=None, mean=None, sd=None)

    Evaluate log probability of the value of the StudentT distribution.

    Parameters
        - **value** (Tensor) - the value to compute.
        - **df** (Tensor, optional) - the degrees of freedom of the distribution. Default: ``None`` .
        - **mean** (Tensor, optional) - the mean of the distribution. Default: ``None`` .
        - **sd** (Tensor, optional) - the standard deviation of the distribution. Default: ``None`` .

    Returns
        Tensor, the log value of the probability.
