statsmodels.distributions.copula.api.GaussianCopula.corr_from_tau¶
- GaussianCopula.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