statsmodels.distributions.copula.api.StudentTCopula.pdf#

StudentTCopula.pdf(u, args=())#

Evaluate the pdf of the copula.

Parameters:
uarray_like, 2-D

Points of random variables in unit hypercube at which method is evaluated.

argstuple, optional

Arguments for copula parameters. Not used by elliptical copulas, which take their parameters as attributes.

Returns:
ndarray

Copula pdf evaluated at points u.