statsmodels.distributions.copula.api.StudentTCopula.cdf#
- StudentTCopula.cdf(u, args=())[source]#
Evaluate the cdf of the copula.
Not implemented for the Student t copula.
- Parameters:
- uarray_like, 2-D
Points of random variables in unit hypercube at which method would be evaluated.
- args
tuple,optional Arguments for copula parameters. Not used by elliptical copulas, which take their parameters as attributes.
- Raises:
NotImplementedErrorThe cdf of the Student t copula is not available in closed form.