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.
- args
tuple,optional Copula parameters. If empty, then the copula parameters will be taken from the
argsattribute created when initializing the instance.
- Returns:
ndarrayConditional cdf of the second component given the first, evaluated at
u.