statsmodels.distributions.copula.api.ClaytonCopula.logpdf#
- ClaytonCopula.logpdf(u, args=())[source]#
Evaluate log-pdf of the Clayton copula.
- Parameters:
- uarray_like
Values of random bivariate random variable, each defined on [0, 1], for which log-pdf is computed.
- args
tuple,optional Copula parameters. If empty, then the copula parameters will be taken from the
argsattribute created when initializing the instance.
- Returns:
ndarrayCopula log-pdf evaluated at points
u.