statsmodels.distributions.copula.api.FrankCopula.ppfcond_2g1#
- FrankCopula.ppfcond_2g1(q, u1, args=())[source]#
Conditional ppf (quantile) of second component given first.
- Parameters:
- qarray_like
Values of the conditional cdf, in [0, 1], for which the conditional ppf (quantile) is computed.
- u1array_like
Values of the first component on which the second component is conditioned.
- args
tuple,optional Copula parameters. If empty, then the copula parameters will be taken from the
argsattribute created when initializing the instance.
- Returns:
ndarrayConditional ppf of the second component given the first, evaluated at
q.