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.
- args
tuple,optional Arguments for copula parameters. Not used by elliptical copulas, which take their parameters as attributes.
- Returns:
ndarrayCopula pdf evaluated at points
u.