statsmodels.distributions.copula.api.GumbelCopula.cdf#
- GumbelCopula.cdf(u, args=())[source]#
Evaluate cdf of the Gumbel copula.
- Parameters:
- uarray_like
Values of random bivariate random variable, each defined on [0, 1], for which cdf 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 cdf evaluated at points
u.