statsmodels.distributions.copula.api.FrankCopula.cdfcond_2g1#

FrankCopula.cdfcond_2g1(u, args=())[source]#

Conditional cdf of second component given the value of first.

Parameters:
uarray_like

Values of bivariate random variable, each defined on [0, 1], at which the conditional cdf is evaluated.

argstuple, optional

Copula parameters. If empty, then the copula parameters will be taken from the args attribute created when initializing the instance.

Returns:
ndarray

Conditional cdf of the second component given the first, evaluated at u.