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.

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 ppf of the second component given the first, evaluated at q.