statsmodels.distributions.copula.api.StudentTCopula.dependence_tail# StudentTCopula.dependence_tail(corr=None)[source]# Bivariate tail dependence parameter. Joe (2014) p. 182 Parameters: corrfloat, optionalPearson correlation. If corr is None, then the correlation will be taken from the copula attribute. Returns: lowerfloat or ndarrayLower tail dependence coefficient of the copula with given Pearson correlation coefficient. upperfloat or ndarrayUpper tail dependence coefficient of the copula with given Pearson correlation coefficient.