statsmodels.distributions.copula.api.StudentTCopula.dependence_tail
-
StudentTCopula.dependence_tail(corr=
None)[source]
二元尾部依赖参数。
乔(2014年)第182页
- Parameters:
- corr
None or float 皮尔逊相关系数。如果 corr 为 None,则相关系数将从 copula 属性中获取。
- Returns:
Lower and upper tail dependence coefficients of the copula with given
Pearson correlation coefficient.
Last update:
Oct 16, 2024