statsmodels.distributions.copula.api.StudentTCopula.corr_from_tau¶
- StudentTCopula.corr_from_tau(tau)¶
Pearson correlation from kendall’s tau.
- Parameters:¶
- tauarray_like
Kendall’s tau correlation coefficient.
- Returns:¶
Pearsoncorrelationcoefficientforgiventauinelliptical- copula.
Thiscanbeusedasparameterforanellipticalcopula.
Last update:
Jun 10, 2024