statsmodels.distributions.copula.api.ArchimedeanCopula.pdf#
- ArchimedeanCopula.pdf(u, args=())[source]#
Evaluate pdf of Archimedean copula.
- Parameters:
- uarray_like
Values of random bivariate random variable, each defined on [0, 1], for which pdf is computed. The second (or last) dimension should be the same as the dimension of the random variable, e.g., 2 for bivariate copula.
- args
tuple,optional Copula parameters. If empty, then the copula parameters will be taken from the
argsattribute created when initializing the instance.
- Returns:
ndarrayCopula pdf evaluated at points
u.